Dotclear


Ignore:
Timestamp:
04/28/11 18:23:32 (13 years ago)
Author:
kozlika
Branch:
userprefs
Message:

Corrections des formulaires, étape 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r0 r38  
    124124'<form action="category.php" method="post">'. 
    125125'<fieldset><legend>'.__('Add a new category').'</legend>'. 
    126 '<p><label>'.__('Title:').' '. 
     126'<p><label for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    127127form::field('cat_title',30,255).'</label></p>'. 
    128 '<p><label>'.__('Parent:').' '. 
     128'<p><label for="new_cat_parent">'.__('Parent:').' '. 
    129129'<select id="new_cat_parent" name="new_cat_parent">'. 
    130130'<option value="0">'.__('Top level').'</option>'; 
     
    163163          '<form action="categories.php" method="post" id="delete-category">'. 
    164164          '<fieldset><legend>'.__('Remove a category').'</legend>'. 
    165           '<p><label>'.__('Choose a category to remove:').' '. 
     165          '<p><label for="del_cat">'.__('Choose a category to remove:').' '. 
    166166          form::combo('del_cat',$deletable).'</label></p> '. 
    167167          '<p><input type="submit" value="'.__('ok').'" /></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map