[Customisation Database Commits] r966 - /trunk/titania/styles/default/template/common/category_list.html

Tom Catullo tom at phpbb.com
Thu Apr 1 18:16:38 BST 2010


Author: Tom
Date: Thu Apr  1 18:16:37 2010
New Revision: 966

Log:
Fixed large gap in category list when not in category management panel.

Modified:
    trunk/titania/styles/default/template/common/category_list.html

Modified: trunk/titania/styles/default/template/common/category_list.html
==============================================================================
*** trunk/titania/styles/default/template/common/category_list.html (original)
--- trunk/titania/styles/default/template/common/category_list.html Thu Apr  1 18:16:37 2010
***************
*** 1,10 ****
  <div class="topic-actions">
  	<div class="buttons">
- 	<!-- IF U_CREATE_CATEGORY -->
  		<div class="category-icon"><a href="{U_CREATE_CATEGORY}" title="{L_CREATE_CATEGORY}"><span></span>{L_CREATE_CATEGORY}</a></div>
- 	<!-- ENDIF -->
  	</div>
  </div>
  
  <!-- IF .categories -->
  <div class="forabg" id="categories">
--- 1,10 ----
+ <!-- IF U_CREATE_CATEGORY -->
  <div class="topic-actions">
  	<div class="buttons">
  		<div class="category-icon"><a href="{U_CREATE_CATEGORY}" title="{L_CREATE_CATEGORY}"><span></span>{L_CREATE_CATEGORY}</a></div>
  	</div>
  </div>
+ <!-- ENDIF -->
  
  <!-- IF .categories -->
  <div class="forabg" id="categories">
***************
*** 68,77 ****
  </div>
  <!-- ENDIF -->
  
  <div class="topic-actions">
  	<div class="buttons">
- 	<!-- IF U_CREATE_CATEGORY -->
  		<div class="category-icon"><a href="{U_CREATE_CATEGORY}" title="{L_CREATE_CATEGORY}"><span></span>{L_CREATE_CATEGORY}</a></div>
- 	<!-- ENDIF -->
  	</div>
! </div>
\ No newline at end of file
--- 68,77 ----
  </div>
  <!-- ENDIF -->
  
+ <!-- IF U_CREATE_CATEGORY -->
  <div class="topic-actions">
  	<div class="buttons">
  		<div class="category-icon"><a href="{U_CREATE_CATEGORY}" title="{L_CREATE_CATEGORY}"><span></span>{L_CREATE_CATEGORY}</a></div>
  	</div>
! </div>
! <!-- ENDIF -->
\ No newline at end of file




More information about the customisationdb-commits mailing list