Changeset 2182
- Timestamp:
- 04/13/10 08:46:25 (13 years ago)
- Location:
- plugins/agora
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/agora/_define.php
r2181 r2182 18 18 /* Description*/ "Stuff to build a forum", 19 19 /* Author */ "Osku, Tomtom (http://blog.zenstyle.fr) and contributors", 20 /* Version */ '0.5. 7',20 /* Version */ '0.5.8', 21 21 /* Permissions */ 'admin' 22 22 ); -
plugins/agora/default-templates/newthread.html
r2141 r2182 72 72 <!-- # --BEHAVIOR-- publicThreadFormBeforeContent --> 73 73 {{tpl:SysBehavior behavior="publicThreadFormBeforeContent"}} 74 75 <p class="field"><label class="required" for="t_title">{{tpl:lang Subject}} :</label>76 <input name="t_title" id="t_title" type="text" size="30" maxlength="255"77 value="{{tpl:ThreadPreviewTitle encode_html="1"}}" />78 </p>79 74 80 75 <tpl:Categories> … … 96 91 </tpl:CategoriesFooter> 97 92 </tpl:Categories> 93 94 <p class="field"><label class="required" for="t_title">{{tpl:lang Subject}} :</label> 95 <input name="t_title" id="t_title" type="text" size="30" maxlength="255" 96 value="{{tpl:ThreadPreviewTitle encode_html="1"}}" /> 97 </p> 98 98 99 99 <p class="field"><label class="required" for="t_content">{{tpl:lang Message}} :</label>
Note: See TracChangeset
for help on using the changeset viewer.