Changeset 835 in ExiteCMS for trunk/themes/PLiTheme/templates/source/main.pm.tpl
- Timestamp:
- 09/23/07 23:34:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/PLiTheme/templates/source/main.pm.tpl
r797 r835 58 58 <tr> 59 59 <td width='140' align='left' class='tbl1'> 60 <a href='{$smarty.const.FUSION_SELF}?action=post&msg_id=0'><img src='{$smarty.const.THEME}forum/newmessage.gif' align='absbottom' alt='' /></a>60 {buttonlink name=$locale.401 link=$smarty.const.FUSION_SELF|cat:"?action=post&msg_id=0"} 61 61 </td> 62 62 <td class='tbl1' align='right'> 63 < a href='#' onClick="javascript:setChecked('pm_form','check_mark[]',1);return false;"><img src='{$smarty.const.THEME}forum/checkall.gif' align='absbottom' alt='' /></a>64 < a href='#' onClick="javascript:setChecked('pm_form','check_mark[]',0);return false;"><img src='{$smarty.const.THEME}forum/uncheckall.gif' align='absbottom' alt='' /></a>63 <input type='button' class='button' name='{$locale.410|replace:" ":"_"}' value='{$locale.410}' onClick="javascript:setChecked('pm_form','check_mark[]',1);return false;"> 64 <input type='button' class='button' name='{$locale.411|replace:" ":"_"}' value='{$locale.411}' onClick="javascript:setChecked('pm_form','check_mark[]',0);return false;"> 65 65 {$locale.409} 66 66 {if $folder != "archive"} 67 <input type='submit' name='multi_archive' value='{$locale.4 12}' class='button'>67 <input type='submit' name='multi_archive' value='{$locale.404}' class='button'> 68 68 {/if} 69 69 {if $folder == "archive"} … … 198 198 {$locale.409} 199 199 {if $folder != "archive"} 200 <input type='submit' name='multi_archive' value='{$locale.4 12}' class='button'>200 <input type='submit' name='multi_archive' value='{$locale.404}' class='button'> 201 201 {/if} 202 202 {if $folder == "archive"} … … 217 217 <tr> 218 218 <td width='140' align='left' class='tbl1'> 219 <a href='{$smarty.const.FUSION_SELF}?action=post&msg_id=0'><img src='{$smarty.const.THEME}forum/newmessage.gif' alt='' /></a>219 {buttonlink name=$locale.401 link=$smarty.const.FUSION_SELF|cat:"?action=post&msg_id=0"} 220 220 </td> 221 221 <td class='tbl1' align='right'>
Note: See TracChangeset
for help on using the changeset viewer.
