Dotclear


Ignore:
Timestamp:
08/29/13 17:51:08 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

blog_pref.php: English correction.
blog.php: Warning alert not needed while creating new blog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog.php

    r1482 r1615  
    8282     '<p><label class="required" for="blog_id"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').'</label> '. 
    8383     form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</p>'. 
    84      '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').'</p> '. 
    85      '<p class="form-note warn">'.__('Please note that changing your blog ID may require changes in your public index.php file.').'</p>'. 
     84     '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').'</p> '; 
     85 
     86     if ($blog_id) { 
     87          echo 
     88          '<p class="form-note warn">'.__('Please note that changing your blog ID may require changes in your public index.php file.').'</p>'; 
     89     } 
    8690      
     91     echo 
    8792     '<p><label class="required" for="blog_name"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog name:').'</label> '. 
    8893     form::field('blog_name',30,255,html::escapeHTML($blog_name)).'</p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map