Changeset 1941:84f59a80ffe8 for admin
- Timestamp:
- 09/18/13 12:06:20 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1936 r1941 487 487 'post_open_comment_tb' => 488 488 '<div>'. 489 '<h5 id="label_comment_tb">'.__('Comment aires et rétroliens').'</h5>'.489 '<h5 id="label_comment_tb">'.__('Comments and trackbacks list').'</h5>'. 490 490 '<p><label for="post_open_comment" class="classic">'. 491 491 form::checkbox('post_open_comment',1,$post_open_comment).' '. -
admin/preferences.php
r1924 r1941 538 538 echo '<div class="multi-part" id="user-favorites" title="'.__('My dashboard').'">'; 539 539 $ws = $core->auth->user_prefs->addWorkspace('favorites'); 540 echo '<h3>'.__('M on tableau de bord').'</h3>';540 echo '<h3>'.__('My dashboard').'</h3>'; 541 541 542 542 echo '<form action="preferences.php" method="post" id="favs-form" class="two-boxes">'; -
admin/users_actions.php
r1870 r1941 72 72 { 73 73 if ($u == $core->auth->userID()) { 74 throw new Exception(__(' Not delete yourself.'));74 throw new Exception(__('You cannot delete yourself.')); 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.