Changeset 2003:32293b4d2aa1
- Timestamp:
- 09/22/13 12:37:47 (12 years ago)
- Branch:
- default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media_item.php
r1996 r2003 203 203 echo 204 204 '<div id="media-insert" class="multi-part" title="'.__('Insert media item').'">'. 205 '<h3>'.__('Insert media item').'</h3>'. 205 206 '<form id="media-insert-form" action="" method="get">'; 206 207 -
admin/style/default.css
r2002 r2003 136 136 margin-right: 0; 137 137 } 138 .two-cols table { 139 width: 90%; 140 } 138 141 /* -------------------------------------------------------------- layout: three-cols */ 139 142 .three-cols { -
plugins/aboutConfig/index.php
r2002 r2003 131 131 132 132 <div id="local" class="multi-part" title="<?php echo sprintf(__('Settings for %s'),html::escapeHTML($core->blog->name)); ?>"> 133 133 <h3 class="out-of-screen-if-js"><?php echo sprintf(__('Settings for %s'),html::escapeHTML($core->blog->name)); ?></h3> 134 134 135 135 <?php … … 190 190 191 191 <div id="global" class="multi-part" title="<?php echo __('Global settings'); ?>"> 192 <h3 class="out-of-screen-if-js"><?php echo __('Global settings'); ?></h3> 192 193 193 194 <?php -
plugins/tags/tags.php
r2002 r2003 62 62 } 63 63 64 $table = '<div class="col">< div class="table-outer"><table class="tags">%s</table></div></div>';64 $table = '<div class="col"><table class="tags">%s</table></div>'; 65 65 66 66 if ($cols[0]) -
plugins/userPref/index.php
r2002 r2003 128 128 129 129 <div id="local" class="multi-part" title="<?php echo __('User preferences'); ?>"> 130 <h3 class="out-of-screen-if-js"><?php echo __('User preferences'); ?></h3> 130 131 131 132 <?php … … 186 187 187 188 <div id="global" class="multi-part" title="<?php echo __('Global preferences'); ?>"> 189 <h3 class="out-of-screen-if-js"><?php echo __('Global preferences'); ?></h3> 188 190 189 191 <?php -
themes/ductile/_config.php
r2002 r2003 437 437 # HTML Tab 438 438 439 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'html' ? '' : '-html').'" title="'.__('Content').'">'; 439 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'html' ? '' : '-html').'" title="'.__('Content').'">'. 440 '<h3 class="out-of-screen-if-js">'.__('Content').'</h3>'; 440 441 441 442 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">';
Note: See TracChangeset
for help on using the changeset viewer.