Typo fixed.
This commit is contained in:
parent
8798001270
commit
5daf91c241
@ -205,7 +205,7 @@
|
||||
<li class="level_{$folder.depth} clearfix">
|
||||
<span class="folder_name"><span class="icon-folder-open"></span> {$folder.name}</span>
|
||||
<a class="icon_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryEdit&serendipity[dir]={$folder.relpath|escape:'html'}" title="{$CONST.EDIT}"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.EDIT}</span></a>
|
||||
<a class="icon_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryDelete&serendipity[dir]={$folder.relpath|escape:'html'}" title="{$CONST.DELETE}"><span class="icon-trash"></span><span class="visuallhidden"> {$CONST.DELETE}</span></a>
|
||||
<a class="icon_link" href="?serendipity[adminModule]=images&serendipity[adminAction]=directoryDelete&serendipity[dir]={$folder.relpath|escape:'html'}" title="{$CONST.DELETE}"><span class="icon-trash"></span><span class="visuallyhidden"> {$CONST.DELETE}</span></a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
@ -19,6 +19,7 @@
|
||||
{$media.form_hidden}
|
||||
<div id="foreign_upload" class="image_add_foreign">
|
||||
<div class="form_field">
|
||||
{* Probably could use input[type=url] here … *}
|
||||
<label for="imageurl">{$CONST.ENTER_MEDIA_URL}</label>
|
||||
<input id="imageurl" name="serendipity[imageurl]" type="text" onchange="checkInputs()" value="">
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user