| 174 | | <div class="main-item" title="polls" onclick="document.location.href = '/admin/polls/listing'"> |
| 175 | | <span class="main-item-icon"> |
| 176 | | <?php echo $html->link($html->image('Poll.png', array("title"=>"Polls", "alt"=>"Polls")), '/admin/polls/listing', null, null, false); ?> |
| 177 | | </span> |
| 178 | | <a href="/admin/polls/listing" title="Polls" class="main-item-caption">Polls</a> |
| 179 | | </div> |
| 180 | | <?php } ?> |
| | 174 | <div class="main-item" title="polls" onclick="document.location.href = '/admin/polls/listing'"> |
| | 175 | <span class="main-item-icon"> |
| | 176 | <?php echo $html->link($html->image('Poll.png', array("title"=>"Polls", "alt"=>"Polls")), '/admin/polls/listing', null, null, false); ?> |
| | 177 | </span> |
| | 178 | <a href="/admin/polls/listing" title="Polls" class="main-item-caption">Polls</a> |
| | 179 | </div> |
| | 180 | <?php } ?> |
| 191 | | |
| 192 | | <?php if ( $othAuth->user('group_id') == 1 ) { ?> |
| 193 | | <div class="main-item" title="Backup" onclick="document.location.href = '/admin/backups/doit'"> |
| 194 | | <span class="main-item-icon"> |
| 195 | | <?php echo $html->link($html->image('backup.png', array("title"=>"Backups", "alt"=>"Backups")), '/admin/backups/doit', null, null, false); ?> |
| 196 | | </span> |
| 197 | | <a href="/admin/backups/doit" title="Backup" class="main-item-caption">Backup</a> |
| 198 | | </div> |
| 199 | | <?php } ?> |
| | 191 | <?php if ( $othAuth->user('group_id') == 1 ) { ?> |
| | 192 | <div class="main-item" title="Backup" onclick="document.location.href = '/admin/entries/doit'"> |
| | 193 | <span class="main-item-icon"> |
| | 194 | <?php echo $html->link($html->image('backup.png', array("title"=>"Backups", "alt"=>"Backups")), '/admin/entries/doit', null, null, false); ?> |
| | 195 | </span> |
| | 196 | <a href="/admin/entries/doit" title="Backup" class="main-item-caption">Backup</a> |
| | 197 | </div> |
| | 198 | <?php } ?> |
| | 199 | |
| | 200 | <?php if ( $othAuth->user('group_id') == 1 ) { ?> |
| | 201 | <div class="main-item" title="Backup" onclick="document.location.href = '/admin/helps/listing'"> |
| | 202 | <span class="main-item-icon"> |
| | 203 | <?php echo $html->link($html->image('admin/help-icon.png', array("title"=>"Helps", "alt"=>"Helps")), '/admin/helps/listing', null, null, false); ?> |
| | 204 | </span> |
| | 205 | <a href="/admin/helps/doit" title="Help" class="main-item-caption">Helps</a> |
| | 206 | </div> |
| | 207 | <?php } ?> |
| | 208 | |