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>
|
||||
<header>
|
||||
<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})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
4
templates/Sparkle/webftp/webftp_edit_new.tpl
vendored
4
templates/Sparkle/webftp/webftp_edit_new.tpl
vendored
@@ -1,7 +1,7 @@
|
||||
<article>
|
||||
<header>
|
||||
<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})
|
||||
</h2>
|
||||
</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}'" />
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user