Changeset 1480:9451796b02e2
- Timestamp:
- 08/19/13 18:31:07 (10 years ago)
- Branch:
- default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1474 r1480 37 37 $type_combo = array( 38 38 '-' => '', 39 __(' comment') => 'co',40 __(' trackback') => 'tb'39 __('Comment') => 'co', 40 __('Trackback') => 'tb' 41 41 ); 42 42 … … 261 261 262 262 '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 263 form::combo('action',$combo_action,$default,'','','','title="'.__(' action:').'"').263 form::combo('action',$combo_action,$default,'','','','title="'.__('Actions').'"'). 264 264 $core->formNonce(). 265 265 '<input type="submit" value="'.__('ok').'" /></p>'. -
locales/fr/plugins.po
r1474 r1480 1756 1756 1757 1757 msgid "Custom sidebar" 1758 msgstr " Bandeausupplémentaire"1758 msgstr "Volet supplémentaire" 1759 1759 1760 1760 msgid "Update sidebars" 1761 msgstr "Mettre à jour les bandeaux"1761 msgstr "Mettre à jour les volets" 1762 1762 1763 1763 msgid "Reset sidebars" 1764 msgstr "Réinitialiser les bandeaux"1764 msgstr "Réinitialiser les volets" 1765 1765 1766 1766 msgid "Use of widgets" -
plugins/pages/page.php
r1474 r1480 500 500 '</p>'. 501 501 502 '<div class="lockable " class="ib">'.502 '<div class="lockable ib">'. 503 503 '<p><label for="post_url" class="ib">'.__('Basename:').'</label>'. 504 504 form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). -
plugins/tags/tag_posts.php
r1358 r1480 130 130 { 131 131 echo 132 '<div class="fieldset">'. 132 133 '<form action="'.$this_url.'" method="post">'. 133 '< div class="fieldset"><h3>'.__('Actions for this tag').'</h3>'.134 '<h3>'.__('Actions for this tag').'</h3>'. 134 135 '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 135 136 form::field('new_tag_id',20,255,html::escapeHTML($tag)). … … 161 162 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 162 163 form::combo('action',$combo_action). 163 '<input type="submit" value="'.__(' ok').'" /></p>'.164 '<input type="submit" value="'.__('OK').'" /></p>'. 164 165 form::hidden('post_type',''). 165 166 form::hidden('redir',$p_url.'&m=tag_posts&tag='. -
plugins/widgets/style.css
r1301 r1480 2 2 float: left; 3 3 width: 33%; 4 } 5 #listWidgets fieldset { 6 background: #eee; 7 } 8 #listWidgets #widgets p.widget-name { 9 background: #fff; 4 10 } 5 11 … … 34 40 .widgets fieldset { 35 41 border: 1px solid #999; 36 } 37 .widgets legend { 38 border: 1px solid #999; 42 background: #E4E0EC; 39 43 } 40 44 41 45 .widgets p.widget-name { 42 background: # F0EFEA;46 background: #f5f5f5; 43 47 color: #000; 44 padding: 4px ;48 padding: 4px 6px; 45 49 margin: 0.5em 0 0 0; 46 50 border-width: 1px 1px 1px 1px; 47 51 border-style: solid; 48 border-color: # bbb;52 border-color: #999; 49 53 font-weight: bold; 50 54 } … … 58 62 border-style: solid; 59 63 border-color: #666; 60 padding: 4px ;61 background: # E5E3DA;64 padding: 4px 6px; 65 background: #fff; 62 66 } 63 67
Note: See TracChangeset
for help on using the changeset viewer.