Dotclear


Ignore:
Timestamp:
09/13/13 19:43:58 (12 years ago)
Author:
kevin@…
Branch:
Ticket #1539
Children:
1837:bc086634dac8, 1838:175f854b4403
Parents:
1835:047d8d2aae0f (diff), 1809:626295167332 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Ticket #1539 Fusion avec default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r1809 r1836  
    585585          self::jsVar('dotclear.msg.xhtml_not_valid', 
    586586               __('There are XHTML markup errors.')). 
     587          self::jsVar('dotclear.msg.warning_validate_no_save_content', 
     588               __('Attention: an audit of a content not yet registered.')). 
    587589          self::jsVar('dotclear.msg.confirm_change_post_format', 
    588590               __('You have unsaved changes. Switch post format will loose these changes. Proceed anyway?')). 
  • inc/admin/lib.dc.page.php

    r1834 r1836  
    482482     { 
    483483          $mute_or_no = ''; 
    484           if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute)) { 
     484          if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute) // for initial setting 
     485               || $GLOBALS['core']->blog->settings->system->jquery_migrate_mute) { 
    485486               $mute_or_no .= 
    486487                    '<script type="text/javascript">'."\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map