Changeset 1518:03fef8e1ef34 for plugins
- Timestamp:
- 08/21/13 17:45:30 (12 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 4 edited
-
antispam/index.php (modified) (1 diff)
-
tags/_admin.php (modified) (1 diff)
-
widgets/index.php (modified) (1 diff)
-
widgets/style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1474 r1518 171 171 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 172 172 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 173 ' </p>';173 '.</p>'; 174 174 } 175 175 echo '</form>'; -
plugins/tags/_admin.php
r1471 r1518 315 315 316 316 $combo = array(); 317 $combo[__(' short')] = 'more';318 $combo[__(' extended')] = 'all';317 $combo[__('Short')] = 'more'; 318 $combo[__('Extended')] = 'all'; 319 319 320 320 $value = array_key_exists('tag_list_format',$opts) ? $opts['tag_list_format'] : 'more'; -
plugins/widgets/index.php
r1483 r1518 198 198 '<form id="listWidgets" action="'.$p_url.'" method="post" class="widgets">'. 199 199 '<h3>'.__('Available widgets').'</h3>'. 200 __('Move widgets from this list to one of the sidebars.').200 '<p>'.__('Move widgets from this list to one of the sidebars.').'</p>'. 201 201 '<div id="widgets">'; 202 202 -
plugins/widgets/style.css
r1483 r1518 1 1 #listWidgets { 2 2 float: left; 3 width: 4 5%;3 width: 46%; 4 4 background: #eee; 5 padding: 1.5em 1% ;5 padding: 1.5em 1% 0; 6 6 border: 1px solid #ccc; 7 margin -left: 1.5em;7 margin: 0 1% 0 0; 8 8 } 9 9 #widgets .widget-name { … … 17 17 #sidebarsWidgets { 18 18 float: left; 19 width: 4 5%;20 margin -left: 3%;19 width: 47%; 20 margin: 0 0 0 1%; 21 21 padding: 0 1%; 22 22 } … … 27 27 margin-bottom: 2em; 28 28 } 29 30 29 #widgets, #dndnav, #dndextra, #dndcustom { 31 30 padding: 1em 0;
Note: See TracChangeset
for help on using the changeset viewer.
