Ignore:
Timestamp:
10/03/07 21:38:21 (5 years ago)
Author:
hverton
Message:

More xhtml fixes
Added forum poll configuration to the forum admin module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.images.tpl

    r843 r864  
    2828        <tr> 
    2929            <td align='center' colspan='2' class='tbl'> 
    30                 <input type='submit' name='uploadimage' value='{$locale.420}' class='button' style='width:100px;'> 
     30                <input type='submit' name='uploadimage' value='{$locale.420}' class='button' style='width:100px;' /> 
    3131            </td> 
    3232        </tr> 
     
    6565            </td> 
    6666            <td align='center' width='50' class='{cycle values='tbl1,tbl2'}' style='white-space:nowrap'> 
    67                 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;view={$image}'><img src='{$smarty.const.THEME}images/image_view.gif' alt='{$locale.461}' title='{$locale.461}'></a>&nbsp; 
    68                 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;del={$image}'><img src='{$smarty.const.THEME}images/image_delete.gif' alt='{$locale.462}' title='{$locale.462}'></a> 
     67                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;view={$image}'><img src='{$smarty.const.THEME}images/image_view.gif' alt='{$locale.461}' title='{$locale.461}' /></a>&nbsp; 
     68                <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;ifolder={$ifolder}&amp;del={$image}'><img src='{$smarty.const.THEME}images/image_delete.gif' alt='{$locale.462}' title='{$locale.462}' /></a> 
    6969            </td> 
    7070        </tr> 
Note: See TracChangeset for help on using the changeset viewer.