Show
Ignore:
Timestamp:
09/27/07 13:08:36 (14 months ago)
Author:
aarkerio
Message:

CSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_start.thtml

    r173 r174  
    1 <div style="padding:6px"><!-- wrapper --> 
    2 <div> 
     1<div style="float:left;padding:6px;width:50%;margin:10px auto 10px 300px;height:auto"><!-- wrappertools --> 
     2 
    33<h2>Teacher tools</h2> 
    44 
     
    2525 
    2626<div class="main-item" title="Manage your Webquests" onclick="document.location.href = '/admin/webquests/list'"> 
    27   <span class="main-item-icon"> 
    28        <?php echo $html->link($html->image('webquests.png', array("title"=>"Webquests", "alt"=>"Webquests")), '/admin/webquests/listing', null, null, false); ?> 
     27 <span class="main-item-icon"> 
     28    <?php echo $html->link($html->image('webquests.png', array("title"=>"Webquests", "alt"=>"Webquests")), '/admin/webquests/listing',null,null,false); ?> 
    2929  </span> 
    3030  <a href="/admin/webquests/listing" title="Manage your Webquests in a pretty and fast way" class="main-item-caption">Webquest</a> 
     
    3737  <a href="/admin/lessons/listing" title="Lessons" class="main-item-caption">Lessons</a> 
    3838</div> 
    39  
    40 <!-- div class="main-item" title="My Galleries" onclick="document.location.href = '/admin/galleries/list'"> 
    41   <span class="main-item-icon"> 
    42       <?php echo $html->link($html->image('galleries.png', array("title"=>"Galleries", "alt"=>"Galleries")), '/admin/galleries/listing', null, null, false); ?> 
    43   </span> 
    44   <a href="/admin/galleries/listing" title="Manage your Galleries" class="main-item-caption">My Galleries</a> 
    45 </div --> 
    4639 
    4740<div class="main-item" title="Create/Edit your FAQs" onclick="document.location.href = '/admin/catfaqs/list'"> 
     
    118111  <span class="main-item-icon"> 
    119112       <?php echo $html->link($html->image('phorum.png', array("title"=>"Messages", "alt"=>"Messages")), '/admin/messages/listing', null, null, false); ?> 
     113  </span> 
    120114  <a href="/admin/messages/listing/" title="My Settings" class="main-item-caption">Messages</a> 
    121115</div> 
    122116 
    123 </div><!-- wrapper 1 ends--> 
    124  
    125117<div style="clear:both;"></div> 
    126  
    127 <div> 
    128  
     118<br /> 
    129119<?php if ( $othAuth->user('group_id') == 1 ):  ?> 
    130    <div style="float:left;font-size:15pt;">Admin sections</div> 
    131 <?php endif; ?> 
    132 <div style="clear:both;"></div> 
     120   <h2>Admin sections</h2> 
     121<?php endif; ?> 
    133122 
    134123<?php if ( $othAuth->user('group_id') == 1 ): ?> 
     
    145134    <span class="main-item-icon"> 
    146135      <?php echo $html->link($html->image('areas.png', array("title"=>"Subjects", "alt"=>"Subjects")), '/admin/subjects/listing', null, null, false); ?> 
     136    </span> 
    147137    <a href="/admin/subjects/listing" title="Subjects" class="main-item-caption">Subjects</a> 
    148138   </div> 
     
    151141<?php if ( $othAuth->user('group_id') == 1 ): ?> 
    152142  <div class="main-item" title="News Themes" onclick="document.location.href = '/admin/themes/listing'"> 
    153     <span class="main-item-icon"> 
    154        <?php echo $html->link($html->image('cover-icon.png', array("title"=>"News Themes", "alt"=>"News Themes")), '/admin/themes/listing', null, null, false); ?> 
    155     </span> 
    156     <?php echo $html->link("News Themes", "/themes/listing", array("class"=>"main-item-caption") ) ?>  
     143   <span class="main-item-icon"> 
     144 <?php echo $html->link($html->image('cover-icon.png', array("title"=>"News Themes", "alt"=>"News Themes")), '/admin/themes/listing',null,null,false);?> 
     145    </span> 
     146    <?php echo $html->link("News Themes", "/themes/listing", array("class"=>"main-item-caption")); ?>  
    157147   </div> 
    158148<?php endif; ?> 
     
    211201   </div> 
    212202<?php endif; ?> 
    213  
    214 </div><!--2 ends --> 
    215 </div> 
     203</div><!-- wraptools ends-->