mirror of https://github.com/BOINC/boinc.git
Added shortcut link to footer for creating content
(DBOINCP-201)
This commit is contained in:
parent
f7fdbee893
commit
dd0190243c
|
@ -513,6 +513,9 @@ ul.links li a {
|
|||
#footer-info {
|
||||
margin: 15px 0;
|
||||
}
|
||||
#content-management-links {
|
||||
float: left;
|
||||
}
|
||||
#language {
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
|
|
|
@ -353,11 +353,20 @@
|
|||
</div>
|
||||
|
||||
<div id="footer-info">
|
||||
|
||||
<?php if (user_access('create page content') OR user_access('create news content')): ?>
|
||||
<div id="content-management-links">
|
||||
<?php print l(bts('Create content'), 'node/add'); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="language"
|
||||
style="background: url(<?php print base_path() . path_to_theme() . '/images/flags/' . $language->language . '.png'; ?>) no-repeat right;">
|
||||
<?php print bts('Language'); ?>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<?php if ($footer_message): ?>
|
||||
<div id="footer-message"><?php print $footer_message; ?></div>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue