mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
- "down" arrow icon beside "Submit" button : 1/ is not aligned with input, 2/ misses info text
git-svn-id: http://piwigo.org/svn/branches/2.0@2947 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
{'cat_add'|@translate} : <input type="text" name="virtual_name" />
|
||||
<input class="submit" type="submit" value="{'Submit'|@translate}" name="submitAdd" {$TAG_INPUT_ENABLED} />
|
||||
{if count($categories)>9 }
|
||||
<a href="#EoP" class="button"><img src="{$themeconf.admin_icon_dir}/page_end.png" class="button" alt="page_end" /></a>
|
||||
<a href="#EoP" class="button" style="border:0;">
|
||||
<img src="{$themeconf.admin_icon_dir}/page_end.png" title="{'Page end'|@translate}" class="button" alt="page_end" style="margin-bottom:-0.6em;"/></a>
|
||||
{/if}
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user