Remove admin links from footer + customize mini logos
This commit is contained in:
@@ -1,26 +1,17 @@
|
||||
<div id="footer">
|
||||
<?
|
||||
if ($this->access->isAdmin()):
|
||||
?>
|
||||
<span class="left"><strong><?=_('Administration')?></strong> -
|
||||
<a href="<?=site_url('admin/settings')?>"><?=_('Global settings')?></a> |
|
||||
<a href="<?=site_url('admin/servers')?>"><?=_('Manage calculation servers')?></a> |
|
||||
<a href="<?=site_url('admin/users')?>"><?=_('Manage users')?></a> |
|
||||
<a href="<?=site_url('admin/programs')?>"><?=_('Manage programs')?></a>
|
||||
</span>
|
||||
<?
|
||||
endif;
|
||||
?>
|
||||
|
||||
<span class="right">
|
||||
<?=sprintf(_('Page rendered in %s seconds.'), $this->benchmark->elapsed_time());?>
|
||||
</span>
|
||||
<span class="left">
|
||||
<?=anchor('about', _('About'));?> |
|
||||
<?=anchor('license', _('License'));?>
|
||||
</span>
|
||||
<span class="right">
|
||||
<?=asset('image', 'iwt.gif', array('width' => 36));?>
|
||||
<?=asset('image', 'dfg.gif', array('width' => 36));?>
|
||||
<?=asset('image', 'uni.png', array('width' => 36));?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<?=image_asset('iwt.png');?>
|
||||
<?=image_asset('uni.png');?>
|
||||
<?=image_asset('dfg.png');?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -347,8 +347,7 @@ div.error {
|
||||
background: #fff;
|
||||
border: 1px solid #e8e8e8;
|
||||
padding: 15px;
|
||||
height: 35px;
|
||||
line-height: 36px;
|
||||
height: 12px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@@ -358,7 +357,16 @@ div.error {
|
||||
|
||||
#footer .right {
|
||||
float: right;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
padding: 10px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#copyright img {
|
||||
margin-left: 4px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/dfg.png
Normal file
BIN
assets/images/dfg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/iwt.png
Normal file
BIN
assets/images/iwt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user