Changeset 501:ead05faef1e4 for plugins
- Timestamp:
- 07/03/11 22:30:31 (14 years ago)
- Branch:
- default
- Children:
- 503:a4f39cc10d7a, 505:3cf15f858012
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.