Ignore:
Timestamp:
09/23/07 23:34:47 (5 years ago)
Author:
hverton
Message:

Replaced all button images by new {buttonlink} Smarty function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/templates/source/admin.db_backup.tpl

    r814 r835  
    9292                    <br />{$locale.435}&nbsp; 
    9393                    <div style='display:inline;'> 
    94                         <a href="javascript:void(0)" onclick="javascript:tableSelectAll()"><img src='{$smarty.const.THEME}forum/all.gif' alt='{$locale.436}' title='{$locale.436}' /></a>&nbsp; 
    95                         <a href="javascript:void(0)" onclick="javascript:tableSelectNone()"><img src='{$smarty.const.THEME}forum/all.gif' alt='{$locale.437}' title='{$locale.437}' /></a> 
     94                    <input type='button' class='button' name='{$locale.436}' value='{$locale.436}' onClick="javascript:tableSelectAll()"/> 
     95                    <input type='button' class='button' name='{$locale.437}' value='{$locale.437}' onClick="javascript:tableSelectNone()"/> 
    9696                    </div> 
    9797                </td> 
     
    106106                    <br />{$locale.435}&nbsp; 
    107107                    <div style='display:inline;'> 
    108                         <a href="javascript:void(0)" onclick="javascript:populateSelectAll()"><img src='{$smarty.const.THEME}forum/all.gif' alt='{$locale.436}' title='{$locale.436}' /></a>&nbsp; 
    109                         <a href="javascript:void(0)" onclick="javascript:populateSelectNone()"><img src='{$smarty.const.THEME}forum/all.gif' alt='{$locale.437}' title='{$locale.437}' /></a> 
     108                        <input type='button' class='button' name='{$locale.436}' value='{$locale.436}' onClick="javascript:populateSelectAll()"/> 
     109                        <input type='button' class='button' name='{$locale.437}' value='{$locale.437}' onClick="javascript:populateSelectNone()"/> 
    110110                    </div> 
    111111                </td> 
     
    274274                            <br />{$locale.435}&nbsp; 
    275275                            <div style='display:inline;text-align:center;vertical-align:middle;'> 
    276                                 <a href="javascript:void(0)" onclick="javascript:backupSelectCore()"><img src='{$smarty.const.THEME}forum/core.gif' alt='{$locale.458}' title='{$locale.458}' /></a>&nbsp; 
    277                                 <a href="javascript:void(0)" onclick="javascript:backupSelectAll()"><img src='{$smarty.const.THEME}forum/all.gif' alt='{$locale.436}' title='{$locale.436}' /></a>&nbsp; 
    278                                 <a href="javascript:void(0)" onclick="javascript:backupSelectNone()"><img src='{$smarty.const.THEME}forum/none.gif' alt='{$locale.437}' title='{$locale.437}' /></a> 
     276                                <input type='button' class='button' name='{$locale.458}' value='{$locale.458}' onClick="javascript:backupSelectCore()"/> 
     277                                <input type='button' class='button' name='{$locale.436}' value='{$locale.436}' onClick="javascript:backupSelectAll()"/> 
     278                                <input type='button' class='button' name='{$locale.437}' value='{$locale.437}' onClick="javascript:backupSelectNone()"/> 
    279279                            </div> 
    280280                        </td> 
Note: See TracChangeset for help on using the changeset viewer.