Changeset 965
- Timestamp:
- 03/30/09 14:38:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/tpl/contribute.html
r856 r965 104 104 </h2> 105 105 </div> 106 106 107 107 <tpl:ContributeIf message="preview"> 108 < div class="message">{{tpl:lang This is a preview}}108 <p class="message">{{tpl:lang This is a preview.}} 109 109 {{tpl:lang Click on <strong>save</strong> when the post is ready.}} 110 {{tpl:lang It needs to be approved by the administrator to be published.}}</div> 110 {{tpl:lang It needs to be approved by an administrator to be published.}} 111 </p> 111 112 </tpl:ContributeIf> 112 113 113 114 <tpl:ContributeIf message="sent"> 114 <div class="message">{{tpl:lang The post has been saved.}} 115 {{tpl:lang It needs to be approved by an administrator to be published.}}</div> 115 <p class="message">{{tpl:lang The post has been saved.}} 116 {{tpl:lang It needs to be approved by an administrator to be published.}} 117 </p> 116 118 </tpl:ContributeIf> 117 119 118 120 <tpl:SysIfFormError> 119 < div class="error">{{tpl:lang Error:}} {{tpl:SysFormError}}</div>121 <p class="error">{{tpl:lang Error:}} {{tpl:SysFormError}}</p> 120 122 </tpl:SysIfFormError> 121 123 … … 172 174 </ul> 173 175 </div> 174 175 176 </div> 176 177 … … 327 328 <h3>{{tpl:lang Your informations}} :</h3> 328 329 <p class="field"><label for="c_name">{{tpl:lang Name or nickname}} 329 ({{tpl:lang optional}}) :</label> 330 <tpl:ContributeIfNameAndEmailAreNotRequired>({{tpl:lang optional}}) 331 </tpl:ContributeIfNameAndEmailAreNotRequired> :</label> 330 332 <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 331 333 value="{{tpl:CommentPreviewName encode_html="1"}}" /> … … 333 335 334 336 <p class="field"><label for="c_mail">{{tpl:lang Email address}} 335 ({{tpl:lang optional}}) ({{tpl:lang won't be displayed}}) :</label> 337 <tpl:ContributeIfNameAndEmailAreNotRequired>({{tpl:lang optional}}) 338 </tpl:ContributeIfNameAndEmailAreNotRequired> 339 ({{tpl:lang won't be displayed}}) :</label> 336 340 <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 337 341 value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
Note: See TracChangeset
for help on using the changeset viewer.