Changeset 565:a094a2471615
- Timestamp:
- 07/10/11 22:58:37 (14 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r500 r565 72 72 '<h2><a href="blogs.php">'.__('Blogs').'</a> › <span class="page-title">'.__('New blog').'</span></h2>'. 73 73 74 '<form action="blog.php" method="post" id="blog-form" >'.74 '<form action="blog.php" method="post" id="blog-form" class="fieldset">'. 75 75 76 '<fieldset><legend>'.__('Blog details').'</legend>'.77 76 $core->formNonce(). 78 77 '<p><label class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').' '. … … 89 88 '<p class="area"><label for="blog_desc">'.__('Blog description:').'</label> '. 90 89 form::textarea('blog_desc',60,5,html::escapeHTML($blog_desc)).'</p>'. 91 '</fieldset>'.92 90 93 '<p><input type="submit" accesskey="s" value="'.__(' Save').'" /></p>'.91 '<p><input type="submit" accesskey="s" value="'.__('Create').'" /></p>'. 94 92 '</form>'; 95 93 -
admin/style/default.css
r561 r565 1307 1307 color: #c00; 1308 1308 padding-bottom: .1em; 1309 } 1310 #entry-content .delete { 1309 1311 margin-left: 1em; 1310 }1311 #delete-category .delete, #tag_delete .delete {1312 margin-left: 0;1313 1312 } 1314 1313 a.delete:hover, -
admin/users.php
r501 r565 59 59 ); 60 60 61 # --BEHAVIOR-- adminUser 61 # --BEHAVIOR-- adminUsersActionsCombo 62 62 $core->callBehavior('adminUsersActionsCombo',array(&$combo_action)); 63 63 -
plugins/antispam/index.php
r536 r565 151 151 } 152 152 if ($moderationTTL != null && $moderationTTL >=0) { 153 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).'</p>'; 153 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 154 __('You can modify this duration in '). 155 '<a href="blog_pref.php"> '.__('Blog preferences').'</a></p>'; 154 156 } 155 157 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.