You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/01/12 12:56:15 UTC

svn commit: r1230502 - /incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html

Author: scottbw
Date: Thu Jan 12 11:56:14 2012
New Revision: 1230502

URL: http://svn.apache.org/viewvc?rev=1230502&view=rev
Log:
Removed redundant divs from the item template for the Wookie Widget Browser Widget

Modified:
    incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html

Modified: incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html?rev=1230502&r1=1230501&r2=1230502&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html (original)
+++ incubator/wookie/trunk/widgets/templates/widgets/adminWidgets/widgetBrowse/item_template.html Thu Jan 12 11:56:14 2012
@@ -1,8 +1,4 @@
-<div class='result' data-role='collapsible' wid='${ID}'>
-  <h3>${TITLE}</h3>
-  <div class='detail'>
+
     <img width=32 height=32 alt='icon' src='${ICON}' onerror='this.onerror=null;$(this).hide()'/>
     <p>${DESCRIPTION}</p>
     <p>Author: ${AUTHOR}</p>
-  </div>
-</div>