source: trunk/templates/base/adminActionsPanel.html

Last change on this file was 2, checked in by george, 14 years ago
  • Přidáno: Trunk revize 13719.
File size: 1.0 KB
Line 
1<div class="admin_actions_panel">
2 <table>
3 <tr>
4 <bx_if:selectAll>
5 <td><input class="admin-actions-select-all" type="checkbox" onclick="$('#{wrapperId} input[name=\'{checkboxName}[]\']:enabled').attr('checked', this.checked)" {checked} /></td>
6 <td><bx_text:_Select_all /></td>
7 </bx_if:selectAll>
8 <td>&nbsp;</td>
9 <bx_repeat:buttons>
10 <td>
11 <div class="input_wrapper input_wrapper_submit">
12 <div class="button_wrapper"><input class="form_input_submit" type="{type}" name="{name}" value="{value}" {onclick} />
13 <div class="button_wrapper_close"></div>
14 </div>
15 <div class="input_close input_close_submit"/>
16 </div>
17 </td>
18 </bx_repeat:buttons>
19 <bx_if:customHTML>
20 <td>{custom_HTML}</td>
21 </bx_if:customHTML>
22 </tr>
23 </table>
24</div>
Note: See TracBrowser for help on using the repository browser.