Dotclear

Changeset 2025:a2a7561ea120


Ignore:
Timestamp:
09/22/13 19:49:10 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

a11y: améliorations sur les modèles de date et d'heure (blog_pref)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r2019 r2025  
    493493     '<div class="two-cols">'. 
    494494     '<div class="col">'. 
    495      '<p><label for="date_format">'.__('Date format:').'</label>'. 
     495     '<p><label for="date_format">'.__('Date format:').'</label> '. 
    496496     form::field('date_format',30,255,html::escapeHTML($blog_settings->system->date_format)). 
    497      form::combo('date_format_select',$date_formats_combo). 
    498      '</p>'. 
    499      '<p class="chosen form-note">'.dt::str(html::escapeHTML($blog_settings->system->date_format)).'</p>'. 
     497     form::combo('date_format_select',$date_formats_combo,'','','',false,'title="'.__('Pattern of date').'"'). 
     498     '</p>'. 
     499     '<p class="form-note">'.__('Sample:').' '.dt::str(html::escapeHTML($blog_settings->system->date_format)).'</p>'. 
    500500 
    501501     '<p><label for="time_format">'.__('Time format:').'</label>'. 
    502502     form::field('time_format',30,255,html::escapeHTML($blog_settings->system->time_format)). 
    503      form::combo('time_format_select',$time_formats_combo). 
    504      '</p>'. 
    505      '<p class="chosen form-note">'.dt::str(html::escapeHTML($blog_settings->system->time_format)).'</p>'. 
     503     form::combo('time_format_select',$time_formats_combo,'','','',false,'title="'.__('Pattern of time').'"'). 
     504     '</p>'. 
     505     '<p class="form-note">'.__('Sample:').' '.dt::str(html::escapeHTML($blog_settings->system->time_format)).'</p>'. 
    506506      
    507507     '<p><label for="use_smilies" class="classic">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map