Changeset 509
- Timestamp:
- 10/23/08 21:59:37 (2 months ago)
- Location:
- infra/tracx/tracx
- Files:
-
- 2 modified
-
conf/trac-el.ini (modified) (2 diffs)
-
templates/ticket.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infra/tracx/tracx/conf/trac-el.ini
r486 r509 10 10 11 11 [ticket-custom] 12 13 parentid.label = ÎΜÏÏηÏα 14 12 15 nextactor = text 13 16 nextactor.label = ÎÏÏΌεΜη ÎÏάÏη … … 23 26 24 27 order = select 25 order.label = Î £ÎµÎ¹Ïά28 order.label = ÎÎÏη 26 29 order.value = 9 27 order.options = 0|1|2|3|4|5|6|7|8|9| 0.0|0.1|0.2|0.3|0.4|0.5|0.6|0.7|0.8|0.930 order.options = 0|1|2|3|4|5|6|7|8|9|10 28 31 order.order = 5 32 33 29 34 30 35 delimit = checkbox -
infra/tracx/tracx/templates/ticket.html
r504 r509 183 183 </div> 184 184 </fieldset> 185 186 <div py:if="ticket.exists" > 187 <fieldset id="comment" > 188 <legend>Add Comment</legend> 189 <div> 190 191 <input type="submit" name="preview" value="Preview" accesskey="r" /> 192 <input type="submit" value="OK" /> 193 <input type="hidden" name="action" value="leave" /> 194 <br/> 195 <textarea id="comment" name="comment" class="wikitext" rows="10" cols="80">${comment}</textarea> 196 </div> 197 </fieldset> 198 </div> 185 199 186 200 <py:if test="ticket.exists"> 187 <fieldset id="changes" class="collapsed">201 <fieldset id="changes" > 188 202 <legend>Changes</legend> 189 203 <div> … … 254 268 </div> 255 269 256 <div py:if="ticket.exists" > 257 <fieldset id="comment" > 258 <legend>Add Comment</legend> 259 <div> 260 261 <input type="submit" name="preview" value="Preview" accesskey="r" /> 262 <input type="submit" value="OK" /> 263 <input type="hidden" name="action" value="leave" /> 264 <br/> 265 <textarea id="comment" name="comment" class="wikitext" rows="10" cols="80">${comment}</textarea> 266 </div> 267 </fieldset> 268 </div> 270 269 271 270 272 <div class="buttons"> … … 319 321 <legend>Data</legend> 320 322 <div> 321 ${property('private')}322 323 ${property('label')} 324 ${property('parentid')} 325 ${property('order')} 323 326 ${property('type')} 324 327 ${property('severity')} 325 ${property('order')}326 328 ${property('delimit')} 327 328 329 330 331 329 332 330 <div class="buttons"> … … 342 340 </fieldset> 343 341 344 <fieldset id="filters" >345 <legend>Location </legend>342 <fieldset id="filters" class="collapsed"> 343 <legend>Location </legend> 346 344 <div> 347 ${property('parentid')}345 ${property('private')} 348 346 ${property('project')} 349 347 ${property('component')} 350 ${property('path')}348 <!--${property('path')}--> 351 349 ${property('time_created')} 352 350 </div> … … 356 354 <legend>Handling</legend> 357 355 <div> 358 ${property('milestone')} 359 ${property('priority')} 356 ${property('reporter')} 360 357 ${property('owner')} 361 358 ${property('nextactor')} 359 ${property('priority')} 360 ${property('milestone')} 362 361 363 362 </div>