Changeset 82:a31a062afd24 for admin/blog_pref.php
- Timestamp:
- 05/02/11 08:28:04 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r38 r82 266 266 { 267 267 echo 268 '<p><label for="blog_id" class="required"> '.__('Blog ID:').268 '<p><label for="blog_id" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:'). 269 269 form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</label></p>'. 270 270 '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').' '. … … 273 273 274 274 echo 275 '<p><label for="blog_name" class="required"> '.__('Blog name:').275 '<p><label for="blog_name" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog name:'). 276 276 form::field('blog_name',30,255,html::escapeHTML($blog_name)).'</label></p>'; 277 277 … … 279 279 { 280 280 echo 281 '<p><label for="blog_url" class="required"> '.__('Blog URL:').281 '<p><label for="blog_url" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog URL:'). 282 282 form::field('blog_url',30,255,html::escapeHTML($blog_url)).'</label></p>'. 283 283
Note: See TracChangeset
for help on using the changeset viewer.