Changeset 864 in ExiteCMS for trunk/includes/templates/admin.panels.tpl
- Timestamp:
- 10/03/07 21:38:21 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/admin.panels.tpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.panels.tpl
r843 r864 55 55 <td align='center' width='1%' class='tbl1' style='white-space:nowrap'> 56 56 {if $panels[id].panel_side == 1} 57 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mright&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/right.gif' alt='{$locale.442}' title='{$locale.431}' style='border:0px;' ></a>57 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mright&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/right.gif' alt='{$locale.442}' title='{$locale.431}' style='border:0px;' /></a> 58 58 {elseif $panels[id].panel_side == 2} 59 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mlower&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/down.gif' alt='{$locale.444}' title='{$locale.446}' style='border:0px;' ></a>59 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mlower&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/down.gif' alt='{$locale.444}' title='{$locale.446}' style='border:0px;' /></a> 60 60 {elseif $panels[id].panel_side == 3} 61 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mupper&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/up.gif' alt='{$locale.443}' title='{$locale.445}' style='border:0px;' ></a>61 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mupper&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/up.gif' alt='{$locale.443}' title='{$locale.445}' style='border:0px;' /></a> 62 62 {elseif $panels[id].panel_side == 4} 63 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mleft&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/left.gif' alt='{$locale.441}' title='{$locale.430}' style='border:0px;' ></a>63 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mleft&panel_id={$panels[id].panel_id}&order={$panels[id].panel_order}'><img src='{$smarty.const.THEME}images/left.gif' alt='{$locale.441}' title='{$locale.430}' style='border:0px;' /></a> 64 64 {/if} 65 65 </td> … … 70 70 {if $panels[id].order_up != 0} 71 71 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mup&panel_id={$panels[id].panel_id}&panel_side={$panels[id].panel_side}&order={$panels[id].order_up}'> 72 <img src='{$smarty.const.THEME}images/up.gif' alt='{$locale.443}' title='{$locale.432}' style='border:0px;' >72 <img src='{$smarty.const.THEME}images/up.gif' alt='{$locale.443}' title='{$locale.432}' style='border:0px;' /> 73 73 </a> 74 74 {/if} 75 75 {if $panels[id].order_down != 0} 76 76 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=mdown&panel_id={$panels[id].panel_id}&panel_side={$panels[id].panel_side}&order={$panels[id].order_down}'> 77 <img src='{$smarty.const.THEME}images/down.gif' alt='{$locale.444}' title='{$locale.433}' style='border:0px;' >77 <img src='{$smarty.const.THEME}images/down.gif' alt='{$locale.444}' title='{$locale.433}' style='border:0px;' /> 78 78 </a> 79 79 {/if} … … 90 90 <td align='left' width='1%' class='tbl1' style='white-space:nowrap'> 91 91 <a href='panel_editor.php{$aidlink}&step=edit&panel_id={$panels[id].panel_id}&panel_side=1'><img src='{$smarty.const.THEME}images/page_edit.gif' alt='{$locale.434}' title='{$locale.434}' style='border:0px;' /></a> 92 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=delete&panel_id={$panels[id].panel_id}&panel_side={$panels[id].panel_side}' on Click='return DeleteItem()'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.437}' title='{$locale.437}' style='border:0px;' /></a> 92 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=delete&panel_id={$panels[id].panel_id}&panel_side={$panels[id].panel_side}' onclick='return DeleteItem()'><img src='{$smarty.const.THEME}images/page_delete.gif' alt='{$locale.437}' title='{$locale.437}' style='border:0px;' /></a> 93 93 {if $panels[id].panel_status == 0} 94 94 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=setstatus&status=1&panel_id={$panels[id].panel_id}'><img src='{$smarty.const.THEME}images/page_green.gif' alt='{$locale.435}' title='{$locale.435}' style='border:0px;' /></a> … … 103 103 <center> 104 104 {buttonlink name=$locale.438 link="panel_editor.php"|cat:$aidlink} 105 {buttonlink name=$locale.439 link="panel _editor.php"|cat:$aidlink|cat:"&step=refresh"}105 {buttonlink name=$locale.439 link="panels.php"|cat:$aidlink|cat:"&step=refresh"} 106 106 </center> 107 107 <br />
Note: See TracChangeset
for help on using the changeset viewer.
