Changeset 1474:122a77514ce1 for plugins/userPref/index.php
- Timestamp:
- 08/19/13 15:22:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r1358 r1474 82 82 return 83 83 '<tr class="line">'. 84 '<td scope="r aw"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'.84 '<td scope="row"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'. 85 85 '<td>'.$field.'</td>'. 86 86 '<td>'.$s['type'].'</td>'.
Note: See TracChangeset
for help on using the changeset viewer.