Fixed linebreaks and icons

This commit is contained in:
BNoiZe
2013-10-14 20:05:37 +02:00
parent 96faf31618
commit 0b6518a751
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/group_edit.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />&nbsp;
{t}Editing{/t}: <a href="webftp.php?action=cd&amp;file={$currentDir}">{$currentDir}</a>/{$file} ({$mode})
</h2>
</header>

View File

@@ -1,7 +1,7 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/group_edit.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />&nbsp;
{t}Creating a file in{/t}: <a href="webftp.php?action=cd&amp;file={$currentDir}">{$currentDir}</a> ({$mode})
</h2>
</header>
@@ -31,4 +31,4 @@
<input type="button" name="Submit2" value="{t}Cancel{/t}" onClick="javascript:document.location.href='webftp.php?action=cd&amp;file={$currentDir}'" />
</form>
</section>
</article>
</article>