Changeset 74:8491a85d7c5b
- Timestamp:
- 05/01/11 08:28:21 (14 years ago)
- Branch:
- userprefs
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r71 r74 305 305 } 306 306 #dashboard-main #quick p.qinfo { 307 margin: -1em -1em 1em; 308 padding: 1em; 309 background: #ebeadd; 307 margin: -.7em -1em 1em; 308 background: #eef url(info.png) no-repeat .2em .2em; 309 border: 1px solid #99f; 310 padding: .2em 1em .1em 24px; 311 color: #666; 310 312 } 311 313 … … 1067 1069 } 1068 1070 p.form-note { 1069 margin-top: -1em;1070 color: #5A0094;1071 font-style: italic;1072 1071 font-style:normal; 1073 1072 background: #eef url(info.png) no-repeat .2em .2em; … … 1077 1076 color: #666; 1078 1077 } 1078 .form-note a {border-bottom: 1px solid #99f;} 1079 1079 1080 1080 label.classic { … … 1097 1097 } 1098 1098 label.required abbr { 1099 color: red;1099 color: #dd0000; 1100 1100 font-size: 1.3em; 1101 1101 } … … 1158 1158 width: 100%; 1159 1159 } 1160 1161 #login-screen #safe_mode_help { 1162 display : none; 1163 margin : 0 0 1em 0; 1164 padding: 5px 10px 5px 30px; 1165 background: #fbfbfb url(msg-std.png) no-repeat 5px 5px; 1166 border: 1px solid #999; 1167 -moz-border-radius: 4px; 1168 -webkit-border-radius: 4px; 1160 #login-screen #issue { 1161 margin-left: .5em; 1169 1162 } 1170 1163 -
plugins/aboutConfig/index.php
r0 r74 88 88 <?php echo dcPage::jsPageTabs($part); ?> 89 89 <style type="text/css"> 90 .ns-name { background: # ccc; color: #000; padding-top: 0.3em; padding-bottom: 0.3em; font-size: 1.1em; }90 .ns-name { background: #dfdfdf; color: #333; padding-top: 0.3em; padding-bottom: 0.3em; font-size: 1.1em; } 91 91 </style> 92 92 </head> -
plugins/akismet/class.dc.filter.akismet.php
r0 r74 137 137 $res = 138 138 '<form action="'.html::escapeURL($url).'" method="post">'. 139 '<p><label class="classic">'.__('Akismet API key:').' '.139 '<p><label for="ak_key" class="classic">'.__('Akismet API key:').' '. 140 140 form::field('ak_key',12,128,$ak_key).'</label>'; 141 141 -
plugins/antispam/_admin.php
r3 r74 45 45 echo 46 46 '<fieldset><legend>Antispam</legend>'. 47 '<p><label class="classic">'.__('Delete junk comments older than').' '.47 '<p><label for="antispam_moderation_ttl" class="classic">'.__('Delete junk comments older than').' '. 48 48 form::field('antispam_moderation_ttl', 3, 3, $ttl). 49 49 ' '.__('days'). -
plugins/blogroll/edit.php
r3 r74 108 108 '<fieldset><legend>'.__('Edit category').'</legend>'. 109 109 110 '<p><label class="required classic" title="'.__('Required field').'">'.__('Title:').' '.110 '<p><label for="link_desc" class="required classic"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 111 111 form::field('link_desc',30,255,html::escapeHTML($link_desc)).'</label> '. 112 112 … … 128 128 '<fieldset class="two-cols"><legend>'.__('Edit link').'</legend>'. 129 129 130 '<p class="col"><label class="required" title="'.__('Required field').'">'.__('Title:').' '.130 '<p class="col"><label for="link_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 131 131 form::field('link_title',30,255,html::escapeHTML($link_title)).'</label></p>'. 132 132 133 '<p class="col"><label class="required" title="'.__('Required field').'">'.__('URL:').' '.133 '<p class="col"><label for="link_href" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('URL:').' '. 134 134 form::field('link_href',30,255,html::escapeHTML($link_href)).'</label></p>'. 135 135 136 '<p class="col"><label >'.__('Description:').' '.136 '<p class="col"><label for="link_desc">'.__('Description:').' '. 137 137 form::field('link_desc',30,255,html::escapeHTML($link_desc)).'</label></p>'. 138 138 139 '<p class="col"><label >'.__('Language:').' '.139 '<p class="col"><label for="link_lang">'.__('Language:').' '. 140 140 form::field('link_lang',5,5,html::escapeHTML($link_lang)).'</label></p>'. 141 141 -
plugins/blogroll/index.php
r3 r74 252 252 echo 253 253 '<tr class="line" id="l_'.$rs->link_id.'">'. 254 '<td class="handle minimal">'.form::field(array('order['.$rs->link_id.']'),2,5,$position ).'</td>'.255 '<td class="minimal">'.form::checkbox(array('remove[]'),$rs->link_id ).'</td>';254 '<td class="handle minimal">'.form::field(array('order['.$rs->link_id.']'),2,5,$position,'','',false,'title="'.__('position').'"').'</td>'. 255 '<td class="minimal">'.form::checkbox(array('remove[]'),$rs->link_id,'','','',false,'title="'.__('select this link').'"').'</td>'; 256 256 257 257 … … 304 304 '<form action="plugin.php" method="post" id="add-link-form">'. 305 305 '<fieldset class="two-cols"><legend>'.__('Add a new link').'</legend>'. 306 '<p class="col"><label class="required" title="'.__('Required field').'">'.__('Title:').' '.306 '<p class="col"><label for="link_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 307 307 form::field('link_title',30,255,$link_title,'',2). 308 308 '</label></p>'. 309 309 310 '<p class="col"><label class="required" title="'.__('Required field').'">'.__('URL:').' '.310 '<p class="col"><label for="link_href" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('URL:').' '. 311 311 form::field('link_href',30,255,$link_href,'',3). 312 312 '</label></p>'. 313 313 314 '<p class="col"><label >'.__('Description:').' '.314 '<p class="col"><label for="link_desc">'.__('Description:').' '. 315 315 form::field('link_desc',30,255,$link_desc,'',4). 316 316 '</label></p>'. 317 317 318 '<p class="col"><label >'.__('Language:').' '.318 '<p class="col"><label for="link_lang">'.__('Language:').' '. 319 319 form::field('link_lang',5,5,$link_lang,'',5). 320 320 '</label></p>'. … … 330 330 '<form action="plugin.php" method="post" id="add-category-form">'. 331 331 '<fieldset><legend>'.__('Add a new category').'</legend>'. 332 '<p><label class=" classic required" title="'.__('Required field').'">'.__('Title:').' '.332 '<p><label for="cat_title" class=" classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 333 333 form::field('cat_title',30,255,$cat_title,'',7).'</label> '. 334 334 form::hidden(array('p'),'blogroll'). … … 345 345 '<form action="plugin.php" method="post" id="import-links-form" enctype="multipart/form-data">'. 346 346 '<fieldset><legend>'.__('Import links').'</legend>'. 347 '<p><label class=" classic required" title="'.__('Required field').'">'.__('OPML or XBEL File:').' '.348 '<input type="file" name="links_file" /></label></p>'.347 '<p><label for="links_file" class=" classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('OPML or XBEL File:').' '. 348 '<input type="file" id="links_file" name="links_file" /></label></p>'. 349 349 '<p>'.form::hidden(array('p'),'blogroll'). 350 350 $core->formNonce().
Note: See TracChangeset
for help on using the changeset viewer.