Skip to content

Commit

Permalink
Updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 31, 2016
1 parent ce3b01c commit 20a2282
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot10_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot2_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot4_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot5_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot7_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot8_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dolibarr_screenshot9_1280x800.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion htdocs/comm/mailing/card.php
Expand Up @@ -876,7 +876,7 @@
{
print "\n\n<div class=\"tabsAction\">\n";

if (($object->statut == 0) && $user->rights->mailing->creer)
if (($object->statut == 0 || $object->statut == 1) && $user->rights->mailing->creer)
{
print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?action=edit&amp;id='.$object->id.'">'.$langs->trans("EditMailing").'</a>';
}
Expand Down
2 changes: 1 addition & 1 deletion htdocs/theme/eldy/ckeditor/config.js
Expand Up @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config )
// Used for mailing fields
config.toolbar_dolibarr_mailings =
[
['Source','Maximize'],
['Source','Maximize','Preview'],
['Cut','Copy','Paste','-','SpellChecker'],
['Undo','Redo','-','Find','Replace'],
['Format','Font','FontSize'],
Expand Down
2 changes: 1 addition & 1 deletion htdocs/theme/md/ckeditor/config.js
Expand Up @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config )
// Used for mailing fields
config.toolbar_dolibarr_mailings =
[
['Source','Maximize'],
['Source','Maximize','Preview'],
['Cut','Copy','Paste','-','SpellChecker'],
['Undo','Redo','-','Find','Replace'],
['Format','Font','FontSize'],
Expand Down

0 comments on commit 20a2282

Please sign in to comment.