Changeset 2948

Show
Ignore:
Timestamp:
12/07/08 18:46:30 (4 years ago)
Author:
vdigital
Message:

- "down" arrow icon beside "Submit" button : 1/ is not aligned with input, 2/ misses info text
merge -c2947 from branch 2.0 to trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/cat_list.tpl

    r2777 r2948  
    3232    <input class="submit" type="submit" value="{'Submit'|@translate}" name="submitAdd" {$TAG_INPUT_ENABLED} /> 
    3333    {if count($categories)>9 } 
    34     <a href="#EoP" class="button"><img src="{$themeconf.admin_icon_dir}/page_end.png" class="button" alt="page_end" /></a> 
     34    <a href="#EoP" class="button" style="border:0;"> 
     35                <img src="{$themeconf.admin_icon_dir}/page_end.png" title="{'Page end'|@translate}" class="button" alt="page_end" style="margin-bottom:-0.6em;"/></a> 
    3536    {/if} 
    3637  </p>