Subversion Repositories wimsdev

Rev

Rev 4427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4427 Rev 5903
Line 1... Line 1...
1
When an answer type ('_name_') is added : 
1
When an answer type ('_name_') is added : 
2
 
2
 
3
- create a help file in the directory <tt>public_html/modules/scripts/help/anstype</tt> 
3
- create a help file in the directory <span class="tt">public_html/modules/scripts/help/anstype</span> 
4
with name <tt>_name_.phtml</tt> 
4
with name <span class="tt">_name_.phtml</span> 
5
and eventually in oher language directory anstype.$lang ; in the language
5
and eventually in oher language directory anstype.$lang ; in the language
6
you do not know, create a help file and copy something like
6
you do not know, create a help file and copy something like
7
<pre>
7
<pre>
8
!changeto  help/anstype/_name_.phtml
8
!changeto  help/anstype/_name_.phtml
9
</pre>
9
</pre>