Changeset 864 in ExiteCMS for trunk/includes/templates/admin.user_groups.tpl
- Timestamp:
- 10/03/07 21:38:21 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/admin.user_groups.tpl (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.user_groups.tpl
r843 r864 22 22 <select name='group_id' class='textbox'> 23 23 {/if} 24 <option value='{$groups[id].group_id}'{if $groups[id].selected} selected {/if}>{$groups[id].group_name}</option>24 <option value='{$groups[id].group_id}'{if $groups[id].selected} selected="selected"{/if}>{$groups[id].group_name}</option> 25 25 {if $smarty.section.id.last} 26 26 </select> 27 <input type='submit' name='edit' value='{$locale.421}' class='button' >28 <input type='submit' name='delete' value='{$locale.422}' onclick='return DeleteGroup();' class='button' >27 <input type='submit' name='edit' value='{$locale.421}' class='button' /> 28 <input type='submit' name='delete' value='{$locale.422}' onclick='return DeleteGroup();' class='button' /> 29 29 </center> 30 30 </form> … … 57 57 </td> 58 58 <td class='tbl'> 59 <select id='dt{$smarty. foreach.dt.index}' name='displaytype[]' class='textbox' onchange='toggleforumfields("dt{$smarty.foreach.dt.index}")'>60 <option value='0'{if !$displaytypes[id].visible} selected {/if}>{$locale.417}</option>61 <option value='1'{if $displaytypes[id].visible} selected {/if}>{$locale.418}</option>59 <select id='dt{$smarty.section.id.index}' name='displaytype[]' class='textbox' onchange='toggleforumfields("dt{$smarty.section.id.index}")'> 60 <option value='0'{if !$displaytypes[id].visible} selected="selected"{/if}>{$locale.417}</option> 61 <option value='1'{if $displaytypes[id].visible} selected="selected"{/if}>{$locale.418}</option> 62 62 </select> 63 63 </td> … … 83 83 <td align='center' colspan='2' class='tbl'> 84 84 <br /> 85 <input type='submit' name='save_group' value='{$locale.434}' class='button' >85 <input type='submit' name='save_group' value='{$locale.434}' class='button' /> 86 86 </td> 87 87 </tr> … … 154 154 <input type='hidden' name='group_id' value='{$group_id}' /> 155 155 <input type='submit' name='add_all_users' value='{$locale.435}' class='button' /> 156 <input type='submit' name='remove_all_users' value='{$locale.436}' class='button' >156 <input type='submit' name='remove_all_users' value='{$locale.436}' class='button' /> 157 157 <br /><br /> 158 158 <input type='hidden' name='save_selected_users' /> … … 196 196 <tr> 197 197 <td align='center' colspan='3' class='tbl'> 198 <input type='hidden' name='group_groups'> 199 <input type='hidden' name='group_id' value='{$group_id}'> 200 <input type='submit' name='add_all_groups' value='{$locale.426}' class='button'> 201 <input type='submit' name='remove_all_groups' value='{$locale.427}' class='button'><br><br> 202 <input type='hidden' name='save_selected_groups'> 203 <input type='button' name='update' value='{$locale.425}' class='button' onclick='saveGroups();'> 198 <input type='hidden' name='group_groups' /> 199 <input type='hidden' name='group_id' value='{$group_id}' /> 200 <input type='submit' name='add_all_groups' value='{$locale.426}' class='button' /> 201 <input type='submit' name='remove_all_groups' value='{$locale.427}' class='button' /> 202 <br /><br /> 203 <input type='hidden' name='save_selected_groups' /> 204 <input type='button' name='update' value='{$locale.425}' class='button' onclick='saveGroups();' /> 204 205 </td> 205 206 </tr> … … 305 306 {/if} 306 307 <td width='{math equation='100/x' x=$columns format='%u'}%' class='tbl1'> 307 <input type='checkbox' name='rights[]' value='{$modules[id].admin_rights}'{if $modules[id].assigned} checked {/if}> {$modules[id].admin_title}308 <input type='checkbox' name='rights[]' value='{$modules[id].admin_rights}'{if $modules[id].assigned} checked="checked"{/if} /> {$modules[id].admin_title} 308 309 </td> 309 310 {if $column == $columns} … … 319 320 <tr> 320 321 <td align='center' colspan='{$columns}' class='tbl1'> 321 <input type='button' class='button' onclick="setChecked('rightsform','rights[]',1);" value='{$locale.445}' >322 <input type='button' class='button' onclick="setChecked('rightsform','rights[]',0);" value='{$locale.446}' >322 <input type='button' class='button' onclick="setChecked('rightsform','rights[]',1);" value='{$locale.445}' /> 323 <input type='button' class='button' onclick="setChecked('rightsform','rights[]',0);" value='{$locale.446}' /> 323 324 <br /><br /> 324 <input type='submit' name='update_admin' value='{$locale.449}' class='button' >325 <input type='submit' name='update_admin' value='{$locale.449}' class='button' /> 325 326 </td> 326 327 </tr> … … 333 334 {literal} 334 335 <script type='text/javascript'> 336 //<![CDATA[ 335 337 function setChecked(frmName,chkName,val) { 336 338 dml=document.forms[frmName]; len=dml.elements.length; … … 341 343 } 342 344 } 345 //]]> 343 346 </script> 344 347 {/literal}
Note: See TracChangeset
for help on using the changeset viewer.
