Bug #33829
HTML-template: <div>-tag has to change place
| Status: | Resolved | Start date: | 2012-02-10 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | 2012-03-02 | |
| Assignee: | Dirk Wildt | % Done: | 100% |
|
| Category: | HTML/XHTML | Spent time: | 2.50 hours | |
| Target version: | 4.0.0 | Estimated time: | 2.00 hours | |
| Votes: | 0 |
Description
Hy guys,
it seems, that a div-tag is at the wrong place.
Status
<!-- ###LIST_TITLE### begin -->
<div class="###MODE### listview-###MODE### ui-widget ui-corner-all">
###MY_TITLE###
<!-- ###LIST_TITLE### end -->
Should be
<div class="###MODE### listview-###MODE### ui-widget ui-corner-all">
<!-- ###LIST_TITLE### begin -->
###MY_TITLE###
<!-- ###LIST_TITLE### end -->
I take care of it.
Dirk
History
Updated by Dirk Wildt over 1 year ago
- Priority changed from Should have to Must have
- % Done changed from 0 to 20
Done
- Browser
- Organiser
- Quick Shop
Updated by Dirk Wildt 6 months ago
- Due date set to 2012-03-02
- Status changed from Accepted to Resolved
- % Done changed from 20 to 100