Changeset 501:ead05faef1e4
- Timestamp:
- 07/03/11 22:30:31 (14 years ago)
- Branch:
- default
- Children:
- 503:a4f39cc10d7a, 505:3cf15f858012
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r479 r501 181 181 } 182 182 183 echo '<h2><a href="users.php">'.__('Users').'</a> › '.$page_title.'</h2>';183 echo '<h2><a href="users.php">'.__('Users').'</a> › <span class="page-title">'.$page_title.'</span></h2>'; 184 184 185 185 if ($user_id == $core->auth->userID()) { -
admin/users.php
r313 r501 118 118 119 119 echo 120 '<h2 >'.__('Users').'</h2>'.120 '<h2 class="post-title">'.__('Users').'</h2>'. 121 121 '<p class="top-add"><strong><a class="button add" href="user.php">'.__('Create a new user').'</a></strong></p>'; 122 122 -
plugins/importExport/index.php
r500 r501 105 105 else 106 106 { 107 echo '<h2 >'.__('Import/Export').'</h2>';107 echo '<h2 class="page-title">'.__('Import/Export').'</h2>'; 108 108 echo '<h3>'.__('Import').'</h3>'; 109 109 -
plugins/tags/_admin.php
r454 r501 227 227 { 228 228 echo 229 '<h2 >'.__('Add tags to entries').'</h2>'.229 '<h2 class="page-title">'.__('Add tags to entries').'</h2>'. 230 230 '<form action="posts_actions.php" method="post">'. 231 231 '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. … … 257 257 } 258 258 259 echo '<h2 >'.__('Remove selected tags from entries').'</h2>';259 echo '<h2 class="page-title">'.__('Remove selected tags from entries').'</h2>'; 260 260 261 261 if (empty($tags)) {
Note: See TracChangeset
for help on using the changeset viewer.