public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Very minor change. Added space after (optional) for the parameters in the 
help.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3092 
3d254a34-79dc-0310-9e5f-be208747d8a0
westis (author)
Tue Jul 18 15:22:54 -0700 2006
commit  969207cac41d26dd3863f821e39e70361e7eb6e6
tree    254d860694866a04277fd245a4399e672d1dfb75
parent  ef634c8ed0ceedfd2dcca48e5fbd609fde6092ab
...
86
87
88
89
90
91
92
93
 
 
 
 
 
94
95
96
...
86
87
88
 
 
 
 
 
89
90
91
92
93
94
95
96
0
@@ -86,11 +86,11 @@ function smarty_cms_help_function_print() {
0
   <p>Just insert the tag into your template/page like: <code>{print}</code><br></p>
0
         <h3>What parameters does it take?</h3>
0
         <ul>
0
- <li><em>(optional)</em>goback - Set to "false" and in print page you don't will by see button "Go Back".</li>
0
- <li><em>(optional)</em>popup - Set to "true" and page for printing will by opened in new window.</li>
0
- <li><em>(optional)</em>script - Set to "true" and in print page will by used java script for run print of page.</li>
0
- <li><em>(optional)</em>showbutton - Set to "true" and will show a printer graphic instead of a text link.</li>
0
- <li><em>(optional)</em>class - class for the link, defaults to "noprint".</li>
0
+ <li><em>(optional)</em> goback - Set to "false" and in print page you don't will by see button "Go Back".</li>
0
+ <li><em>(optional)</em> popup - Set to "true" and page for printing will by opened in new window.</li>
0
+ <li><em>(optional)</em> script - Set to "true" and in print page will by used java script for run print of page.</li>
0
+ <li><em>(optional)</em> showbutton - Set to "true" and will show a printer graphic instead of a text link.</li>
0
+ <li><em>(optional)</em> class - class for the link, defaults to "noprint".</li>
0
         </ul>
0
   <?php
0
 }

Comments

    No one has commented yet.