Ignore:
Timestamp:
Jul 12, 2012, 8:28:27 PM (12 years ago)
Author:
plg
Message:

(by mistic100, but svn commit crashes for him)

-use random public_id, preventing to access other public collections
-use colorbox to browse inside a collection
-small css fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/list.tpl

    r16625 r16658  
    1313{/footer_script}
    1414
     15{if $themeconf.name == "clear"}
     16{html_head}{literal}
     17<style type="text/css">.collecList a { color:#eee; }</style>
     18{/literal}{/html_head}
     19{/if}
     20
    1521{if $themeconf.name != "stripped" and $themeconf.parent != "stripped" and $themeconf.name != "simple-grey" and $themeconf.parent != "simple"}
    1622  {$MENUBAR}
     
    2026<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    2127{if $intern_menu}{$MENUBAR}{/if}
     28
    2229
    2330<div class="titrePage">
     
    3037{/if}
    3138
     39
    3240<p style="text-align:left;font-weight:bold;margin:20px;"><a href="{$U_CREATE}" class="save_col">{'Create a new collection'|@translate}</a></p>
     41
    3342
    3443{if $temp_col}
     
    5564</fieldset>
    5665{/if}
     66
    5767
    5868{if $collections}
     
    8292{/if}
    8393
     94
    8495</div>{* <!-- content --> *}
Note: See TracChangeset for help on using the changeset viewer.