Changeset 45:282249d3b55d for admin/comments.php
- Timestamp:
- 04/29/11 10:06:34 (14 years ago)
- Branch:
- userprefs
- Parents:
- 39:859596664e23 (diff), 37:89b90dfd3913 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r0 r45 159 159 '<div class="three-cols">'. 160 160 '<div class="col">'. 161 '<label >'.__('Type:').' '.161 '<label for="type">'.__('Type:').' '. 162 162 form::combo('type',$type_combo,$type). 163 163 '</label> '. 164 '<label >'.__('Status:').' '.164 '<label for="status">'.__('Status:').' '. 165 165 form::combo('status',$status_combo,$status). 166 166 '</label>'. … … 168 168 169 169 '<div class="col">'. 170 '<p><label >'.__('Order by:').' '.170 '<p><label for="sortby">'.__('Order by:').' '. 171 171 form::combo('sortby',$sortby_combo,$sortby). 172 172 '</label> '. 173 '<label >'.__('Sort:').' '.173 '<label for="order">'.__('Sort:').' '. 174 174 form::combo('order',$order_combo,$order). 175 175 '</label></p>'. 176 '<p><label class="classic">'. form::field('nb',3,3,$nb_per_page).' '.176 '<p><label for="nb" class="classic">'. form::field('nb',3,3,$nb_per_page).' '. 177 177 __('Comments per page').'</label></p>'. 178 178 '</div>'. 179 179 180 180 '<div class="col">'. 181 '<p><label >'.__('Comment author:').' '.181 '<p><label for="author">'.__('Comment author:').' '. 182 182 form::field('author',20,255,html::escapeHTML($author)). 183 183 '</label>'. 184 '<label >'.__('IP address:').' '.184 '<label for="ip">'.__('IP address:').' '. 185 185 form::field('ip',20,39,html::escapeHTML($ip)). 186 186 '</label></p>'. 187 '<p><input type="submit" value="'.__(' filter').'" /></p>'.187 '<p><input type="submit" value="'.__('Apply filters').'" /></p>'. 188 188 '</div>'. 189 189 … … 213 213 '<p class="col checkboxes-helpers"></p>'. 214 214 215 '<p class="col right"> '.__('Selected comments action:').''.216 form::combo('action',$combo_action ).215 '<p class="col right"><label for="action" class="inline">'.__('Selected comments action:').'</label> '. 216 form::combo('action',$combo_action,'','','','','title="'.__('action: ').'"'). 217 217 $core->formNonce(). 218 218 '<input type="submit" value="'.__('ok').'" /></p>'. -
admin/comments.php
r3 r45 159 159 '<div class="three-cols">'. 160 160 '<div class="col">'. 161 '<label >'.__('Type:').' '.161 '<label for="type">'.__('Type:').' '. 162 162 form::combo('type',$type_combo,$type). 163 163 '</label> '. 164 '<label >'.__('Status:').' '.164 '<label for="status">'.__('Status:').' '. 165 165 form::combo('status',$status_combo,$status). 166 166 '</label>'. … … 168 168 169 169 '<div class="col">'. 170 '<p><label >'.__('Order by:').' '.170 '<p><label for="sortby">'.__('Order by:').' '. 171 171 form::combo('sortby',$sortby_combo,$sortby). 172 172 '</label> '. 173 '<label >'.__('Sort:').' '.173 '<label for="order">'.__('Sort:').' '. 174 174 form::combo('order',$order_combo,$order). 175 175 '</label></p>'. 176 '<p><label class="classic">'. form::field('nb',3,3,$nb_per_page).' '.176 '<p><label for="nb" class="classic">'. form::field('nb',3,3,$nb_per_page).' '. 177 177 __('Comments per page').'</label></p>'. 178 178 '</div>'. 179 179 180 180 '<div class="col">'. 181 '<p><label >'.__('Comment author:').' '.181 '<p><label for="author">'.__('Comment author:').' '. 182 182 form::field('author',20,255,html::escapeHTML($author)). 183 183 '</label>'. 184 '<label >'.__('IP address:').' '.184 '<label for="ip">'.__('IP address:').' '. 185 185 form::field('ip',20,39,html::escapeHTML($ip)). 186 186 '</label></p>'. … … 213 213 '<p class="col checkboxes-helpers"></p>'. 214 214 215 '<p class="col right"> '.__('Selected comments action:').''.216 form::combo('action',$combo_action ).215 '<p class="col right"><label for="action" class="inline">'.__('Selected comments action:').'</label> '. 216 form::combo('action',$combo_action,'','','','','title="'.__('action: ').'"'). 217 217 $core->formNonce(). 218 218 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.