Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/category.php

    r0 r38  
    184184'<form action="category.php" method="post" id="category-form">'. 
    185185'<fieldset><legend>'.__('Category information').'</legend>'. 
    186 '<p><label class="required" title="'.__('Required field').'">'.__('Title:').' '. 
     186'<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    187187form::field('cat_title',40,255,html::escapeHTML($cat_title),'',2). 
    188188'</label></p>'; 
     
    191191     $rs = $core->blog->getCategories(array('post_type'=>'post')); 
    192192     echo 
    193      '<p><label>'.__('Parent:').' '. 
     193     '<p><label for="new_cat_parent">'.__('Parent:').' '. 
    194194     '<select id="new_cat_parent" name="new_cat_parent" tabindex="3">'. 
    195195     '<option value="0">'.__('Top level').'</option>'; 
     
    204204echo 
    205205'<div class="lockable">'. 
    206 '<p><label>'.__('URL:').' '.form::field('cat_url',40,255,html::escapeHTML($cat_url),'',4). 
     206'<p><label for="cat_url">'.__('URL:').' '.form::field('cat_url',40,255,html::escapeHTML($cat_url),'',4). 
    207207'</label></p>'. 
    208208'<p class="form-note warn" id="note-cat-url">'. 
     
    230230     '<form action="category.php" method="post">'. 
    231231     '<fieldset><legend>'.__('Category parent').'</legend>'. 
    232      '<p><label class="classic">'.__('Parent:').' '. 
     232     '<p><label for="cat_parent" class="classic">'.__('Parent:').' '. 
    233233     form::combo('cat_parent',$allowed_parents,$cat_parent).'</label></p>'. 
    234234     '<p><input type="submit" accesskey="s" value="'.__('Save').'" tabindex="5" />'. 
     
    244244          '<fieldset><legend>'.__('Category sibling').'</legend>'. 
    245245          '<p><label class="classic" for="cat_sibling">'.__('Move current category').'</label> '. 
    246           form::combo('cat_move',array(__('before')=>'before',__('after')=>'after')).' '. 
     246          form::combo('cat_move',array(__('before')=>'before',__('after')=>'after'),'','','',false,'title="'.__('position: ').'"').' '. 
    247247          form::combo('cat_sibling',$siblings).'</p>'. 
    248248          '<p><input type="submit" accesskey="s" value="'.__('Save').'" tabindex="5" />'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map