Changeset 1048 for ZMS/trunk/dtml/object/f_recordset_grid.dtml
- Timestamp:
- 07.06.2010 13:38:54 (2 years ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/object/f_recordset_grid.dtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/object/f_recordset_grid.dtml
r1012 r1048 39 39 <tr class="neutralColorMedium"> 40 40 <dtml-if grid_options> 41 <th class="form-small" align="left" 41 <th class="form-small" align="left" style="white-space:nowrap" 42 42 ><dtml-if "'insert' in grid_options.keys()" 43 43 ><a href="<dtml-var "grid_options['insert']['action']">" class="button" 44 ><img src="<dtml-var MISC_ZMS>btn_add.gif" alt=" <dtml-var "getZMILangStr('CAPTION_INSERT')%getZMILangStr('ATTR_RECORD')">..." border="0"44 ><img src="<dtml-var MISC_ZMS>btn_add.gif" alt="add" title="<dtml-var "getZMILangStr('CAPTION_INSERT')%getZMILangStr('ATTR_RECORD')">..." border="0" 45 45 /></a 46 46 ></dtml-if 47 47 ><dtml-if "'export' in grid_options.keys()" 48 48 ><a href="<dtml-var "grid_options['export']['action']">" class="button"<dtml-if "grid_options['export'].get('manage_target')"> target="<dtml-var "grid_options['export'].get('manage_target')">"</dtml-if> 49 ><img src="<dtml-var "grid_options['export']['icon']">" alt=" <dtml-var "getZMILangStr('BTN_EXPORT')">..." border="0"49 ><img src="<dtml-var "grid_options['export']['icon']">" alt="export" title="<dtml-var "getZMILangStr('BTN_EXPORT')">..." border="0" 50 50 /></a 51 51 ></dtml-if
Note: See TracChangeset
for help on using the changeset viewer.
