Changeset 12:0d3d252ea3db for admin
- Timestamp:
- 04/27/11 11:13:36 (14 years ago)
- Branch:
- userprefs
- close:
- 1
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r0 r12 76 76 '<fieldset><legend>'.__('Blog details').'</legend>'. 77 77 $core->formNonce(). 78 '<p><label class="required" title="'.__('Required field').'"> '.__('Blog ID:').' '.78 '<p><label class="required" title="'.__('Required field').'"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').' '. 79 79 form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</label></p>'. 80 80 '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').' '. 81 81 __('Please note that changing your blog ID may require changes in your public index.php file.').'</p>'. 82 82 83 '<p><label class="required" title="'.__('Required field').'"> '.__('Blog name:').' '.83 '<p><label class="required" title="'.__('Required field').'"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog name:').' '. 84 84 form::field('blog_name',30,255,html::escapeHTML($blog_name)).'</label></p>'. 85 85 86 '<p><label class="required" title="'.__('Required field').'"> '.__('Blog URL:').' '.86 '<p><label class="required" title="'.__('Required field').'"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog URL:').' '. 87 87 form::field('blog_url',30,255,html::escapeHTML($blog_url)).'</label></p>'. 88 88 … … 93 93 '<p><input type="submit" accesskey="s" value="'.__('save').'" /></p>'. 94 94 '</form>'; 95 95 96 96 dcPage::close(); 97 97 } -
admin/style/default.css
r11 r12 73 73 word-wrap: break-word; 74 74 } 75 abbr { 76 cursor: help; 77 } 75 78 76 79 … … 1086 1089 font-weight: bold; 1087 1090 } 1088 label.required:before { 1091 label.required abbr { 1092 color: red; 1093 font-size: 1.3em; 1094 } 1095 /*label.required:before { 1089 1096 content: '* '; 1090 1097 color: #c00; 1091 } 1098 }*/ 1092 1099 1093 1100 p.field {
Note: See TracChangeset
for help on using the changeset viewer.