CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #33829

HTML-template: <div>-tag has to change place

Added by Dirk Wildt over 1 year ago. Updated 6 months ago.

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

&lt;!-- ###LIST_TITLE### begin --&gt;
&lt;div class="###MODE### listview-###MODE### ui-widget ui-corner-all"&gt;
###MY_TITLE###
&lt;!-- ###LIST_TITLE### end --&gt;

Should be

&lt;div class="###MODE### listview-###MODE### ui-widget ui-corner-all"&gt;
&lt;!-- ###LIST_TITLE### begin --&gt;
###MY_TITLE###
&lt;!-- ###LIST_TITLE### end --&gt;

I take care of it.
Dirk

P.S.: Thanks to Renate for reporting this bug at

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
ToDo
  • 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

Also available in: Atom PDF