Dotclear

Changeset 1526:b17db2367958 for plugins


Ignore:
Timestamp:
08/22/13 22:55:04 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Admin stays sexy without javascript.

Location:
plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/index.php

    r1474 r1526  
    189189</div> 
    190190 
    191 <div id="global" class="multi-part" title="<?php echo __('global settings'); ?>"> 
     191<div id="global" class="multi-part" title="<?php echo __('Global settings'); ?>"> 
    192192 
    193193<?php 
     
    210210          '<form action="plugin.php" method="post">'. 
    211211          '<p class="anchor-nav">'. 
    212           '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo). 
    213           ' <input type="submit" value="'.__('Ok').'" id="gs_submit" />'. 
     212          '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo).' '. 
     213          '<input type="submit" value="'.__('Ok').'" id="gs_submit" />'. 
    214214          '<input type="hidden" name="p" value="aboutConfig" />'. 
    215215          $core->formNonce().'</p></form>'; 
  • plugins/blowupConfig/index.php

    r1499 r1526  
    235235 
    236236echo 
    237 '<p><a class="back" href="blog_theme.php">'.__('Back to Blog themes').'</a></p>'; 
     237'<p><a class="back" href="blog_theme.php">'.__('Back to Blog appearance').'</a></p>'; 
    238238 
    239239 
  • plugins/tags/tag_posts.php

    r1480 r1526  
    123123} 
    124124 
    125 echo '<p><a href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
     125echo '<p><a class="back" href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
    126126 
    127127if (!$core->error->flag()) 
     
    132132          '<div class="fieldset">'. 
    133133          '<form action="'.$this_url.'" method="post">'. 
    134           '<h3>'.__('Actions for this tag').'</h3>'. 
     134          '<h3>'.__('Actions').'</h3>'. 
    135135          '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
    136136          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
     
    142142               echo 
    143143               '<form id="tag_delete" action="'.$this_url.'" method="post">'. 
    144                '<p class="no-margin">'.__('Delete this tag:'). 
    145                '</p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
     144               '<p>'.__('Delete this tag:').' '. 
     145               '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
    146146               $core->formNonce(). 
    147147               '</p></form>'; 
     
    151151      
    152152     # Show posts 
    153      echo '<h3>'.__('List of entries with this tag').'</h3>'; 
     153     echo '<h3>'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h3>'; 
    154154     $post_list->display($page,$nb_per_page, 
    155155     '<form action="posts_actions.php" method="post" id="form-entries">'. 
  • plugins/widgets/style.css

    r1518 r1526  
    44     background: #eee; 
    55     padding: 1.5em 1% 0;  
    6      border: 1px solid #ccc; 
    76     margin: 0 1% 0 0; 
    87} 
    9 #widgets .widget-name { 
     8#widgets > div { 
     9     border: 1px solid #ccc; 
     10     margin-bottom: .5em; 
    1011     background: #fff; 
    1112     min-height: 3em; 
     13     padding: 0 0 4px 0; 
     14} 
     15#widgets .widget-name, #widgets .js-remove { 
     16     background: #fff; 
     17     margin-bottom: 0; 
     18     padding: 4px 8px;  
     19} 
     20#widgets .widget-name { 
     21     min-height: 3em; 
     22     padding-bottom: 0; 
    1223} 
    1324#listWidgets h3 { 
     
    3041     padding: 1em 0; 
    3142} 
     43#dndnav > div, #dndextra > div, #dndcustom > div { 
     44     padding: O; 
     45     border: 1px solid #999; 
     46     margin-bottom: 1em; 
     47} 
    3248 
    3349.widget-name { 
     
    3551     color: #000; 
    3652     padding: 4px 6px; 
    37      margin: 0.5em 0 0 0; 
    38      border-width: 1px 1px 1px 1px; 
    39      border-style: solid; 
    40      border-color: #999; 
     53     margin: 0; 
    4154     font-weight: bold; 
    4255} 
     
    5063     margin-bottom: -1px; 
    5164} 
     65.removeWidget { 
     66     padding: 8px 6px; 
     67     margin: 0; 
     68} 
    5269 
    5370.widgetSettings { 
    54      border-width: 0 1px 1px 1px; 
    55      border-style: solid; 
    56      border-color: #666; 
    57      padding: 4px 6px; 
     71     border-top: 1px solid #ddd; 
     72     padding: 8px 6px; 
    5873     background: #f5f5f5; 
    5974} 
    60  
    6175#widgets .widgetSettings { 
    6276     display: none; 
    6377} 
    64  
    6578.hideControls .widgetSettings { 
    6679     display: none; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map