Add transifex link to login page

This commit is contained in:
Duncan Sommerville 2015-06-26 13:21:32 -04:00
parent 6b9899d11c
commit 3a51e66b07
2 changed files with 26 additions and 1 deletions

View File

@ -27,6 +27,9 @@
<dd id="locale-element">
<?php echo $this->element->getElement('locale') ?>
</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') ?>

View File

@ -536,6 +536,12 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
width: 150px;
}
/***** Show Builder *****/
#show_builder {
min-width: 470px;
}
/***** LIBRARY QTIP METADATA SPECIFIC STYLES BEGIN *****/
table.library-track-md{
width: 280px;
@ -988,6 +994,19 @@ input[type="checkbox"] {
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 {
margin: 0;
@ -1243,11 +1262,14 @@ input[type="checkbox"] {
margin: 0;
}
.dataTables_scrolling {
min-height: 150px;
}
.ui-dialog #schedule_playlist_dialog.ui-dialog-content {
padding:0;
}
#schedule_playlist_dialog > div {
background: none repeat scroll 0 0 transparent;
border: 1px solid #8f8f8f;