Changeset 3403:c37bc032a343 for admin/blogs.php
- Timestamp:
- 11/11/16 08:08:04 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r3402 r3403 90 90 $nb_blog = $counter->f(0); 91 91 $rsStatic = $rs->toStatic(); 92 if ( $sortby != 'blog_upddt') {92 if (($sortby != 'blog_upddt') && ($sortby != 'blog_status')) { 93 93 // Sort blog list using lexical order if necessary 94 94 $rsStatic->extend('rsExtUser'); … … 168 168 169 169 '<div>'. 170 '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'. 171 '<p><label for="pwd">'.__('Your password:').'</label> '. 170 '<p><label for="pwd">'.__('Please give your password to confirm blog(s) deletion:').'</label> '. 172 171 form::password('pwd',20,255).'</p>'. 173 172 '</div>'.
Note: See TracChangeset
for help on using the changeset viewer.