css
This commit is contained in:
parent
d8348d15f7
commit
d0c37a3c61
@ -2,7 +2,7 @@
|
|||||||
# from Dolibarr GitHub repository.
|
# from Dolibarr GitHub repository.
|
||||||
# For syntax, see http://about.travis-ci.org/docs/user/languages/php/
|
# For syntax, see http://about.travis-ci.org/docs/user/languages/php/
|
||||||
|
|
||||||
# We use dist: trusty to have php 5.4+ available
|
# We use dist: xenial to have php 5.6+ available
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
.opacitymedium {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
|
|||||||
@ -136,7 +136,7 @@ if (!empty($force_install_noedit)) {
|
|||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
<td class="comment"><?php
|
<td class="comment"><?php
|
||||||
print $langs->trans("WithNoSlashAtTheEnd")."<br>";
|
print '<span class="opacitymedium">'.$langs->trans("WithNoSlashAtTheEnd")."</span><br>";
|
||||||
print $langs->trans("Examples").":<br>";
|
print $langs->trans("Examples").":<br>";
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
@ -167,7 +167,7 @@ if (!empty($force_install_noedit)) {
|
|||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
<td class="comment"><?php
|
<td class="comment"><?php
|
||||||
print $langs->trans("WithNoSlashAtTheEnd")."<br>";
|
print '<span class="opacitymedium">'.$langs->trans("WithNoSlashAtTheEnd")."</span><br>";
|
||||||
print $langs->trans("DirectoryRecommendation")."<br>";
|
print $langs->trans("DirectoryRecommendation")."<br>";
|
||||||
print $langs->trans("Examples").":<br>";
|
print $langs->trans("Examples").":<br>";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -91,7 +91,7 @@ GoToSetupArea=Go to Dolibarr (setup area)
|
|||||||
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
|
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
|
||||||
GoToUpgradePage=Go to upgrade page again
|
GoToUpgradePage=Go to upgrade page again
|
||||||
WithNoSlashAtTheEnd=Without the slash "/" at the end
|
WithNoSlashAtTheEnd=Without the slash "/" at the end
|
||||||
DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
|
DirectoryRecommendation=<span class="warning">IMPORTANT</span>: You must use a directory that is outside of the web pages (so do not use a subdirectory of previous parameter).
|
||||||
LoginAlreadyExists=Already exists
|
LoginAlreadyExists=Already exists
|
||||||
DolibarrAdminLogin=Dolibarr admin login
|
DolibarrAdminLogin=Dolibarr admin login
|
||||||
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
|
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user