Skip to content

Commit

Permalink
Adds help topic to pdf and minify tabs and turns help on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jul 15, 2011
1 parent f266b3c commit 689399b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/extensions/site.defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
if (!defined('ENABLE_WORKFLOW')) define('ENABLE_WORKFLOW',0);
if (!defined('WORKFLOW_REVISION_LIMIT')) define('WORKFLOW_REVIOSION_LIMIT',0);
if (!defined('ORGANIZATION_NAME')) define('ORGANIZATION_NAME',URL_BASE);
if (!defined('HELP_ACTIVE')) define('HELP_ACTIVE',0);
if (!defined('HELP_ACTIVE')) define('HELP_ACTIVE',1);
if (!defined('HELP_URL')) define('HELP_URL','http://docs.exponentcms.org/');

?>
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</div>
<div id="tab10">
<h2>{gettext str="WYSIWYG Editor Settings"}</h2>
{help text="Learn More about WYSIWYG editor settings"|gettext module="wysiwyg-editor settings"}
{help text="Learn More about WYSIWYG editor settings"|gettext module="wysiwyg-editor-settings"}
{control type="dropdown" name="sc[SITE_WYSIWYG_EDITOR]" label="HTML Editor" items="CKEditor,FCK Editor" values="ckeditor,FCKeditor" default=$smarty.const.SITE_WYSIWYG_EDITOR}
{br}<hr>
{chain module=expHTMLEditor view="manage"}
Expand All @@ -162,6 +162,7 @@

<div id="tab13">
<h2>{gettext str="Minify Configuration"}</h2>
{help text="Learn More about minification"|gettext module="minify-configuration"}
{control type="text" name="sc[MINIFY_MAXAGE]" label="Maximum age of browser cache in seconds" value=$smarty.const.MINIFY_MAXAGE}
{control type="text" name="sc[MINIFY_URL_LENGTH]" label="The length of minification url" value=$smarty.const.MINIFY_URL_LENGTH}
</div>
Expand Down

0 comments on commit 689399b

Please sign in to comment.