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.redirects.tpl

    r843 r864  
    115115        <td align='center' class='{cycle values='tbl1,tbl2'}' style='white-space:nowrap'> 
    116116            <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=edit&amp;url_id={$redirects[id].url_id}'><img src='{$smarty.const.THEME}images/page_edit.gif' alt='{$locale.432}' title='{$locale.432}' /></a>&nbsp; 
    117             <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=delete&amp;url_id={$redirects[id].url_id}' onClick='return DeleteItem()'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.433}' title='{$locale.433}' /></a>&nbsp; 
     117            <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=delete&amp;url_id={$redirects[id].url_id}' onclick='return DeleteItem()'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.433}' title='{$locale.433}' /></a>&nbsp; 
    118118        </td> 
    119119    </tr> 
Note: See TracChangeset for help on using the changeset viewer.