Dotclear

Changeset 2003:32293b4d2aa1 for plugins


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.
Location:
plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.

Sites map