Move Help Translate Airtime link to help menu
This commit is contained in:
parent
881471c6b8
commit
9d60a3d130
3 changed files with 5 additions and 16 deletions
|
@ -149,6 +149,11 @@ $pages = array(
|
||||||
'controller' => 'dashboard',
|
'controller' => 'dashboard',
|
||||||
'action' => 'about',
|
'action' => 'about',
|
||||||
'resource' => 'dashboard'
|
'resource' => 'dashboard'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'label' => _(sprintf("Help Translate %s", PRODUCT_NAME)),
|
||||||
|
'uri' => AIRTIME_TRANSIFEX_URL,
|
||||||
|
'target' => "_blank"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
<dd id="locale-element">
|
<dd id="locale-element">
|
||||||
<?php echo $this->element->getElement('locale') ?>
|
<?php echo $this->element->getElement('locale') ?>
|
||||||
</dd>
|
</dd>
|
||||||
<a id="translate_link" href=<?php echo AIRTIME_TRANSIFEX_URL?>>
|
|
||||||
<?php echo _(sprintf("Help Translate %s", PRODUCT_NAME)) ?>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<?php echo $this->element->getElement('csrf') ?>
|
<?php echo $this->element->getElement('csrf') ?>
|
||||||
|
|
||||||
|
|
|
@ -994,19 +994,6 @@ input[type="checkbox"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#translate_link {
|
|
||||||
font-size: 13px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a#translate_link:active, a#translate_link:visited {
|
|
||||||
color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
a#translate_link:hover {
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#csrf-label .errors li, #csrf-element .errors li {
|
#csrf-label .errors li, #csrf-element .errors li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue