Dotclear

Changeset 2003:32293b4d2aa1


Ignore:
Timestamp:
09/22/13 12:37:47 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:
  • Ajout de h3 en intitulé de chaque "multi-part" : s'il n'a pas besoin d'être vu avec js la class adéquate est posée.
  • Petite correction du commit précédent les tableaux des tags n'ont pas besoin d'être scrollables, les lignes sont étroites.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • admin/media_item.php

    r1996 r2003  
    203203     echo 
    204204     '<div id="media-insert" class="multi-part" title="'.__('Insert media item').'">'. 
     205     '<h3>'.__('Insert media item').'</h3>'. 
    205206     '<form id="media-insert-form" action="" method="get">'; 
    206207      
  • admin/style/default.css

    r2002 r2003  
    136136          margin-right: 0; 
    137137          } 
     138     .two-cols table { 
     139          width: 90%; 
     140          } 
    138141/* -------------------------------------------------------------- layout: three-cols */ 
    139142.three-cols { 
  • plugins/aboutConfig/index.php

    r2002 r2003  
    131131 
    132132<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> 
    134134 
    135135<?php 
     
    190190 
    191191<div id="global" class="multi-part" title="<?php echo __('Global settings'); ?>"> 
     192<h3 class="out-of-screen-if-js"><?php echo __('Global settings'); ?></h3> 
    192193 
    193194<?php 
  • plugins/tags/tags.php

    r2002 r2003  
    6262} 
    6363 
    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>'; 
    6565 
    6666if ($cols[0]) 
  • plugins/userPref/index.php

    r2002 r2003  
    128128 
    129129<div id="local" class="multi-part" title="<?php echo __('User preferences'); ?>"> 
     130<h3 class="out-of-screen-if-js"><?php echo __('User preferences'); ?></h3> 
    130131 
    131132<?php  
     
    186187 
    187188<div id="global" class="multi-part" title="<?php echo __('Global preferences'); ?>"> 
     189<h3 class="out-of-screen-if-js"><?php echo __('Global preferences'); ?></h3> 
    188190 
    189191<?php 
  • themes/ductile/_config.php

    r2002 r2003  
    437437# HTML Tab 
    438438 
    439 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'html' ? '' : '-html').'" title="'.__('Content').'">'; 
     439echo '<div class="multi-part" id="themes-list'.($conf_tab == 'html' ? '' : '-html').'" title="'.__('Content').'">'. 
     440'<h3 class="out-of-screen-if-js">'.__('Content').'</h3>'; 
    440441 
    441442echo '<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.

Sites map