Fixed linebreaks and icons
This commit is contained in:
2
templates/Sparkle/webftp/webftp_edit.tpl
vendored
2
templates/Sparkle/webftp/webftp_edit.tpl
vendored
@@ -1,7 +1,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
<img src="templates/{$theme}/assets/img/icons/group_edit.png" alt="" />
|
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||||
{t}Editing{/t}: <a href="webftp.php?action=cd&file={$currentDir}">{$currentDir}</a>/{$file} ({$mode})
|
{t}Editing{/t}: <a href="webftp.php?action=cd&file={$currentDir}">{$currentDir}</a>/{$file} ({$mode})
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
4
templates/Sparkle/webftp/webftp_edit_new.tpl
vendored
4
templates/Sparkle/webftp/webftp_edit_new.tpl
vendored
@@ -1,7 +1,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
<img src="templates/{$theme}/assets/img/icons/group_edit.png" alt="" />
|
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||||
{t}Creating a file in{/t}: <a href="webftp.php?action=cd&file={$currentDir}">{$currentDir}</a> ({$mode})
|
{t}Creating a file in{/t}: <a href="webftp.php?action=cd&file={$currentDir}">{$currentDir}</a> ({$mode})
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
@@ -31,4 +31,4 @@
|
|||||||
<input type="button" name="Submit2" value="{t}Cancel{/t}" onClick="javascript:document.location.href='webftp.php?action=cd&file={$currentDir}'" />
|
<input type="button" name="Submit2" value="{t}Cancel{/t}" onClick="javascript:document.location.href='webftp.php?action=cd&file={$currentDir}'" />
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user