Dotclear

Changeset 2641:1ec355180bff


Ignore:
Timestamp:
01/25/14 12:55:13 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

New default theme is now berlin (for new installations).
Minor ARIA complement

Location:
inc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.core.php

    r2596 r2641  
    13341334                    array('short_feed_items','boolean',false, 
    13351335                    'Display short feed items'), 
    1336                     array('theme','string','default', 
     1336                    array('theme','string','berlin', 
    13371337                    'Blog theme'), 
    13381338                    array('themes_path','string','themes', 
  • inc/prepend.php

    r2615 r2641  
    143143define('DC_L10N_UPDATE_URL','http://services.dotclear.net/dc2.l10n/?version=%s'); 
    144144define('DC_DISTRIB_PLUGINS','aboutConfig,akismet,antispam,attachments,blogroll,blowupConfig,dclegacy,fairTrackbacks,importExport,maintenance,pages,pings,simpleMenu,tags,themeEditor,userPref,widgets,dcLegacyEditor'); 
    145 define('DC_DISTRIB_THEMES','blueSilence,blowupConfig,customCSS,default,ductile'); 
     145define('DC_DISTRIB_THEMES','berlin,blueSilence,blowupConfig,customCSS,default,ductile'); 
    146146define('DC_DEFAULT_TPLSET','mustek'); 
    147147 
  • inc/public/default-templates/currywurst/_simple-entry.html

    r2623 r2641  
    152152               </p> 
    153153 
    154                <p class="field field-content"><label for="c_content">{{tpl:lang Comment}}<abbr title="{{tpl:lang Required field}}">*</abbr>&nbsp;:</label> 
     154               <p class="field field-content"><label for="c_content" aria-describedby="c_help">{{tpl:lang Comment}}<abbr title="{{tpl:lang Required field}}">*</abbr>&nbsp;:</label> 
    155155                    <textarea name="c_content" id="c_content" cols="35" 
    156156                     rows="7" required>{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 
    157157               </p> 
    158158 
    159                <p class="form-help">{{tpl:CommentHelp}}</p> 
     159               <p class="form-help" id="c_help">{{tpl:CommentHelp}}</p> 
    160160 
    161161               <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map