Changeset 1834:f4c0c4d04639 for inc/admin
- Timestamp:
- 09/12/13 00:08:55 (12 years ago)
- Branch:
- Ticket #1539
- Parents:
- 1833:81903fe2f6eb (diff), 1799:a5868fc53e27 (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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1793 r1834 584 584 self::jsVar('dotclear.msg.xhtml_not_valid', 585 585 __('There are XHTML markup errors.')). 586 self::jsVar('dotclear.msg.warning_validate_no_save_content', 587 __('Attention: an audit of a content not yet registered.')). 586 588 self::jsVar('dotclear.msg.confirm_change_post_format', 587 589 __('You have unsaved changes. Switch post format will loose these changes. Proceed anyway?')). -
inc/admin/lib.dc.page.php
r1832 r1834 206 206 echo 207 207 '</div>'."\n". // End of #main-menu 208 '<div id="footer"><a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 208 '<div id="footer">'. 209 '<span class="helplink"><a href="help.php">'.__('Global help').'</a></span> '. 210 '<a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 209 211 '<!-- '."\n". 210 212 ' .'."\n". … … 434 436 '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. 435 437 $content. 438 '</div>'. 439 '<div id="helplink"><hr />'. 440 '<p>'. 441 sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 442 '</p>'. 436 443 '</div></div>'; 437 444 }
Note: See TracChangeset
for help on using the changeset viewer.