Dotclear

Changeset 82:a31a062afd24


Ignore:
Timestamp:
05/02/11 08:28:04 (14 years ago)
Author:
kozlika
Branch:
userprefs
Message:

Fixes

  • décalage de la première icône du tableau de bord sur IE
  • largeur de la boîte de chaque icône du tableau de bord
  • terme anglais (media) : originale > original
  • étoile rouge sur la création de catégorie pour le champ titre
  • étoile rouge sur les champs requis de blog_pref et de création/édition de page
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r38 r82  
    266266     { 
    267267          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:'). 
    269269          form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</label></p>'. 
    270270          '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').' '. 
     
    273273      
    274274     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:'). 
    276276     form::field('blog_name',30,255,html::escapeHTML($blog_name)).'</label></p>'; 
    277277      
     
    279279     { 
    280280          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:'). 
    282282          form::field('blog_url',30,255,html::escapeHTML($blog_url)).'</label></p>'. 
    283283           
  • admin/categories.php

    r38 r82  
    124124'<form action="category.php" method="post">'. 
    125125'<fieldset><legend>'.__('Add a new category').'</legend>'. 
    126 '<p><label for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
     126'<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    127127form::field('cat_title',30,255).'</label></p>'. 
    128128'<p><label for="new_cat_parent">'.__('Parent:').' '. 
  • admin/index.php

    r45 r82  
    221221 
    222222# Dashboard icons 
    223 echo '<div id="dashboard-main"><div id="icons">'; 
     223echo '<div id="dashboard-main"><div id="icons" class="clear">'; 
    224224foreach ($__dashboard_icons as $i) 
    225225{ 
  • admin/preferences.php

    r35 r82  
    306306} 
    307307if (!empty($_GET['neworder'])) { 
    308      echo '<p class="message">'.__('Favorites has been successfully updated.').'</p>'; 
     308     echo '<p class="message">'.__('Favorites have been successfully updated.').'</p>'; 
    309309} 
    310310if (!empty($_GET['removed'])) { 
     
    463463     echo 
    464464     '<div class="clear">'. 
    465      '<p class="col">'.form::hidden('favs_order',''). 
     465     '<p>'.form::hidden('favs_order',''). 
    466466     $core->formNonce(). 
    467      '<input type="submit" name="saveorder" value="'.__('Save order').'">'. 
    468      ($core->auth->isSuperAdmin() ? ' <input class="reset" type="submit" name="replace" value="'.__('Define as default favorites').'">' : ''). 
    469      '</p>'. 
    470       
    471      '<p class="right"><input type="submit" class="delete" name="removeaction"'. 
     467     '<input type="submit" name="saveorder" value="'.__('Save order').'"> '. 
     468      
     469     '<input type="submit" class="delete" name="removeaction"'. 
    472470     'value="'.__('Delete selected favorites').'" '. 
    473471     'onclick="return window.confirm(\''.html::escapeJS( 
    474472          __('Are you sure you want to remove selected favorites?')).'\');" /></p>'. 
     473 
     474     ($core->auth->isSuperAdmin() ?  
     475     '<hr />'. 
     476     '<p>Si vous disposez du statut de super administrateur, vous pouvez faire de cet ensemble celui qui sera affiché par défaut sur tous les blogs de l\'installation :</p>'. 
     477     '<p><input class="reset" type="submit" name="replace" value="'.__('Define as default favorites').'">' : '').'</p>'. 
    475478     '</div>'; 
    476479} else { 
  • admin/style/default.css

    r74 r82  
    281281} 
    282282#dashboard-main #icons p { 
    283      width: 240px; 
     283     width: 210px; 
    284284     text-align: center; 
    285285     margin: 2em 0 0 0; 
     
    439439     display: block; 
    440440     float: left; 
    441      width: 170px; 
    442      margin-bottom: 2.5em; 
     441     width: 164px; 
     442     margin-top: 1em; 
     443     margin-bottom: 1.5em; 
    443444} 
    444445#my-favs label {height: 2.5em;width:140px;margin-top:.3em;} 
     
    787788     padding: 5px; 
    788789     float: right; 
    789      height: 400px; 
    790      width: 300px; 
     790     height: 420px; 
     791     width: 320px; 
    791792     overflow: auto; 
    792793} 
     
    823824     border: 1px solid #999; 
    824825     overflow: auto; 
    825      height: 400px; 
     826     height: 420px; 
    826827     padding: 5px; 
    827828     margin: 0; 
     
    11871188     -moz-border-radius: .2em; 
    11881189     border-radius: .2em; 
     1190     margin-bottom: .1em; 
    11891191} 
    11901192/* validation */ 
  • locales/bn/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/ca/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/cs/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/da/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/en/help/media.html

    r59 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373<p>Default size for the last 4 versions can be indicated in blog's parameters.</p> 
  • locales/eo/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/es-ar/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/eu/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/fr/main.po

    r39 r82  
    27052705msgstr "Les favoris ont été retirés avec succès." 
    27062706 
    2707 msgid "Favorites has been successfully updated." 
     2707msgid "Favorites have been successfully updated." 
    27082708msgstr "Les favoris ont été mis à jour avec succès." 
    27092709 
     
    27272727 
    27282728msgid "Define as default favorites" 
    2729 msgstr "Definir comme favoris par défaut" 
     2729msgstr "Définir comme favoris par défaut" 
    27302730 
    27312731msgid "position of %s" 
  • locales/hu/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/it/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/nl/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/oc/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/pl/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/pt-br/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/ro/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/sr/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/sv/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/te/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • locales/tr/help/core_media.html

    r0 r82  
    6969  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> 
    7070  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> 
    71   <li><strong>originale</strong>: the original, unchanged image.</li> 
     71  <li><strong>original</strong>: the original, unchanged image.</li> 
    7272</ul> 
    7373 
  • plugins/importExport/inc/class.dc.export.flat.php

    r0 r82  
    156156          '<p>'.sprintf(__('This will create an export of your current blog: %s'), 
    157157          '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 
    158           '<p><label class="classic">'.__('File name:').' '. 
     158          '<p><label for="file_name" class="classic">'.__('File name:').' '. 
    159159          form::field(array('file_name'),25,255,date('Y-m-d-').html::escapeHTML($this->core->blog->id.'-backup.txt')). 
    160160          '</label> '. 
     
    171171               '<form action="'.$this->getURL(true).'" method="post">'. 
    172172               '<fieldset><legend>'.__('Export all content').'</legend>'. 
    173                '<p><label class="classic">'.__('File name:').' '. 
    174                form::field(array('file_name'),25,255,date('Y-m-d-').'dotclear-backup.txt'). 
     173               '<p><label for="file_name2" class="classic">'.__('File name:').' '. 
     174               form::field(array('file_name','file_name2'),25,255,date('Y-m-d-').'dotclear-backup.txt'). 
    175175               '</label> '. 
    176176               '<input type="submit" value="'.__('Export all content').'" />'. 
  • plugins/importExport/inc/class.dc.import.dc1.php

    r0 r82  
    151151                    printf($this->imForm(1,__('General information'),__('Import my blog now')), 
    152152                    '<h3>'.__('We first need some information about your old Dotclear 1.2 installation.').'</h3>'. 
    153                     '<p><label>'.__('Database Host Name:').' '. 
     153                    '<p><label for="db_host">'.__('Database Host Name:').' '. 
    154154                    form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</label></p>'. 
    155                     '<p><label>'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
     155                    '<p><label for="db_name">'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
    156156                    form::field('db_name',30,255,html::escapeHTML($this->vars['db_name'])).'</label></p>'. 
    157                     '<p><label>'.__('Database User Name:').' '. 
     157                    '<p><label for="db_user">'.__('Database User Name:').' '. 
    158158                    form::field('db_user',30,255,html::escapeHTML($this->vars['db_user'])).'</label></p>'. 
    159                     '<p><label>'.__('Database Password:').' '. 
     159                    '<p><label for="db_pwd">'.__('Database Password:').' '. 
    160160                    form::password('db_pwd',30,255).'</label></p>'. 
    161                     '<p><label>'.__('Database Tables Prefix:').' '. 
     161                    '<p><label for="db_prefix">'.__('Database Tables Prefix:').' '. 
    162162                    form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</label></p>'. 
    163163                    '<h3>'.__('Entries import options').'</h3>'. 
    164                     '<p><label>'.__('Number of entries to import at once:').' '. 
     164                    '<p><label for="post_limit">'.__('Number of entries to import at once:').' '. 
    165165                    form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</label></p>' 
    166166                    ); 
  • plugins/importExport/inc/class.dc.import.feed.php

    r0 r82  
    8989          $this->core->formNonce(). 
    9090          form::hidden(array('do'),1). 
    91           '<p><label>'.__('Feed URL:').' '. 
     91          '<p><label for="feed_url">'.__('Feed URL:').' '. 
    9292          form::field('feed_url',40,300,html::escapeHTML($this->feed_url)).'</label></p>'. 
    9393          '<p><input type="submit" value="'.__('Send').'" /></p>'. 
  • plugins/importExport/inc/class.dc.import.flat.php

    r0 r82  
    164164          form::hidden(array('do'),1). 
    165165          form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 
    166           '<p><label>'.__('Upload a backup file').' '. 
     166          '<p><label for="up_single_file">'.__('Upload a backup file').' '. 
    167167          '<input type="file" id="up_single_file" name="up_single_file" size="20" />'. 
    168168          '</label></p>'; 
     
    173173          $public_files = array_merge(array('-' => ''),$public_files); 
    174174          echo 
    175           '<p><label>'.__('or pick up a local file in your public directory').' '. 
     175          '<p><label for="public_single_file">'.__('or pick up a local file in your public directory').' '. 
    176176          form::combo('public_single_file',$public_files, '', '', '', $empty). 
    177177          '</label></p>'; 
     
    193193               form::hidden(array('do'),1). 
    194194               form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 
    195                '<p><label>'.__('Upload a backup file').' '. 
     195               '<p><label for="up_full_file">'.__('Upload a backup file').' '. 
    196196               '<input type="file" id="up_full_file" name="up_full_file" size="20" />'. 
    197197               '</label></p>'; 
    198198                
    199199               echo 
    200                '<p><label>'.__('or pick up a local file in your public directory').' '. 
     200               '<p><label for="public_full_file">'.__('or pick up a local file in your public directory').' '. 
    201201               form::combo('public_full_file',$public_files, '', '', '', $empty). 
    202202               '</label></p>'; 
     
    205205               '<p><strong>'.__('Warning: This will reset all the content of your database, except users.').'</strong></p>'. 
    206206                
    207                '<p><label>'.__('Your password:'). 
     207               '<p><label for="your_pwd">'.__('Your password:'). 
    208208               form::password('your_pwd',20,255).'</label></p>'. 
    209209                
  • plugins/importExport/inc/class.dc.import.wp.php

    r0 r82  
    182182                    printf($this->imForm(1,__('General information'),__('Import my blog now')), 
    183183                    '<h3>'.__('We first need some information about your old WordPress installation.').'</h3>'. 
    184                     '<p><label>'.__('Database Host Name:').' '. 
     184                    '<p><label for="db_host">'.__('Database Host Name:').' '. 
    185185                    form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</label></p>'. 
    186                     '<p><label>'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
     186                    '<p><label for="db_name">'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
    187187                    form::field('db_name',30,255,html::escapeHTML($this->vars['db_name'])).'</label></p>'. 
    188                     '<p><label>'.__('Database User Name:').' '. 
     188                    '<p><label for="db_user">'.__('Database User Name:').' '. 
    189189                    form::field('db_user',30,255,html::escapeHTML($this->vars['db_user'])).'</label></p>'. 
    190                     '<p><label>'.__('Database Password:').' '. 
     190                    '<p><label for="db_pwd">'.__('Database Password:').' '. 
    191191                    form::password('db_pwd',30,255).'</label></p>'. 
    192                     '<p><label>'.__('Database Tables Prefix:').' '. 
     192                    '<p><label for="db_prefix">'.__('Database Tables Prefix:').' '. 
    193193                    form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</label></p>'. 
    194194                    '<h3>'.__('Entries import options').'</h3>'. 
     
    202202                    'category, you can just ignore it while importing your blog, as Dotclear allows you to '. 
    203203                    'actually keep your posts uncategorized.').'</p>'. 
    204                     '<p><label class="classic">'.form::checkbox('ignore_first_cat',1,$this->vars['ignore_first_cat']).' '. 
     204                    '<p><label for="ignore_first_cat" class="classic">'.form::checkbox('ignore_first_cat',1,$this->vars['ignore_first_cat']).' '. 
    205205                    __('Ignore the first category:').'</label></p>'. 
    206                     '<p><label class="classic">'.form::checkbox('cat_import',1,$this->vars['cat_import']).' '. 
     206                    '<p><label for="cat_import" class="classic">'.form::checkbox('cat_import',1,$this->vars['cat_import']).' '. 
    207207                    __('Import lowest numbered category on posts:').'</label></p>'. 
    208                     '<p><label class="classic">'.form::checkbox('cat_as_tags',1,$this->vars['cat_as_tags']).' '. 
     208                    '<p><label for="cat_as_tags" class="classic">'.form::checkbox('cat_as_tags',1,$this->vars['cat_as_tags']).' '. 
    209209                    __('Import all categories as tags:').'</label></p>'. 
    210                     '<p><label>'.__('Prefix such tags with:').' '. 
     210                    '<p><label for="cat_tags_prefix">'.__('Prefix such tags with:').' '. 
    211211                    form::field('cat_tags_prefix',10,20,html::escapeHTML($this->vars['cat_tags_prefix'])).'</label></p>'. 
    212                     '<p><label>'.__('Number of entries to import at once:').' '. 
     212                    '<p><label for="post_limit">'.__('Number of entries to import at once:').' '. 
    213213                    form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</label></p>'. 
    214214                     
    215215                    '<h3>'.__('Content filters').'</h3>'. 
    216216                    '<p>'.__('You may want to process your post and/or comment content with the following filters.').'</p>'. 
    217                     '<p><label>'.__('Post content formatter:').' '.form::combo('post_formater',$this->formaters,$this->vars['post_formater']).'</label></p>'. 
    218                     '<p><label>'.__('Comment content formatter:').' '.form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</label></p>' 
     217                    '<p><label for="post_formater">'.__('Post content formatter:').' '.form::combo('post_formater',$this->formaters,$this->vars['post_formater']).'</label></p>'. 
     218                    '<p><label for="comment_formater">'.__('Comment content formatter:').' '.form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</label></p>' 
    219219                    ); 
    220220                    break; 
  • plugins/pages/list.php

    r3 r82  
    190190     '<p class="col checkboxes-helpers"></p>'. 
    191191      
    192      '<p class="col right">'.__('Selected pages action:').' '. 
     192     '<p class="col right"><label for="action" class="inline">'.__('Selected pages action:').'</label> '. 
    193193     form::combo('action',$combo_action). 
    194194     '<input type="submit" value="'.__('ok').'" /></p>'. 
  • plugins/pages/page.php

    r3 r82  
    441441      
    442442     echo 
    443      '<p class="col"><label class="required" title="'.__('Required field').'">'.__('Title:'). 
     443     '<p class="col"><label class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:'). 
    444444     form::field('post_title',20,255,html::escapeHTML($post_title),'maximal',2). 
    445445     '</label></p>'. 
     
    449449     '</p>'. 
    450450      
    451      '<p class="area"><label class="required" title="'.__('Required field').'" '. 
    452      'for="post_content">'.__('Content:').'</label> '. 
     451     '<p class="area"><label class="required" '. 
     452     'for="post_content"><abbr title="'.__('Required field').'">*</abbr> '.__('Content:').'</label> '. 
    453453     form::textarea('post_content',50,$core->auth->getOption('edit_size'),html::escapeHTML($post_content),'',2). 
    454454     '</p>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map