Changeset 174 for trunk/app/views/entries
- Timestamp:
- 09/27/07 13:08:36 (14 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/entries/admin_start.thtml (modified) (7 diffs)
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 3 3 <h2>Teacher tools</h2> 4 4 … … 25 25 26 26 <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); ?> 29 29 </span> 30 30 <a href="/admin/webquests/listing" title="Manage your Webquests in a pretty and fast way" class="main-item-caption">Webquest</a> … … 37 37 <a href="/admin/lessons/listing" title="Lessons" class="main-item-caption">Lessons</a> 38 38 </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 -->46 39 47 40 <div class="main-item" title="Create/Edit your FAQs" onclick="document.location.href = '/admin/catfaqs/list'"> … … 118 111 <span class="main-item-icon"> 119 112 <?php echo $html->link($html->image('phorum.png', array("title"=>"Messages", "alt"=>"Messages")), '/admin/messages/listing', null, null, false); ?> 113 </span> 120 114 <a href="/admin/messages/listing/" title="My Settings" class="main-item-caption">Messages</a> 121 115 </div> 122 116 123 </div><!-- wrapper 1 ends-->124 125 117 <div style="clear:both;"></div> 126 127 <div> 128 118 <br /> 129 119 <?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; ?> 133 122 134 123 <?php if ( $othAuth->user('group_id') == 1 ): ?> … … 145 134 <span class="main-item-icon"> 146 135 <?php echo $html->link($html->image('areas.png', array("title"=>"Subjects", "alt"=>"Subjects")), '/admin/subjects/listing', null, null, false); ?> 136 </span> 147 137 <a href="/admin/subjects/listing" title="Subjects" class="main-item-caption">Subjects</a> 148 138 </div> … … 151 141 <?php if ( $othAuth->user('group_id') == 1 ): ?> 152 142 <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")); ?> 157 147 </div> 158 148 <?php endif; ?> … … 211 201 </div> 212 202 <?php endif; ?> 213 214 </div><!--2 ends --> 215 </div> 203 </div><!-- wraptools ends-->
