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> <article>
<header> <header>
<h2> <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}) {t}Editing{/t}: <a href="webftp.php?action=cd&amp;file={$currentDir}">{$currentDir}</a>/{$file} ({$mode})
</h2> </h2>
</header> </header>

View File

@@ -1,7 +1,7 @@
<article> <article>
<header> <header>
<h2> <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}) {t}Creating a file in{/t}: <a href="webftp.php?action=cd&amp;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&amp;file={$currentDir}'" /> <input type="button" name="Submit2" value="{t}Cancel{/t}" onClick="javascript:document.location.href='webftp.php?action=cd&amp;file={$currentDir}'" />
</form> </form>
</section> </section>
</article> </article>