Browse Source

Look and feel v8

Laurent Destailleur 7 năm trước cách đây
mục cha
commit
f28a6e59c8
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      htdocs/admin/accountant.php
  2. 1 1
      htdocs/admin/company.php
  3. 1 1
      htdocs/langs/en_US/admin.lang

+ 1 - 1
htdocs/admin/accountant.php

@@ -90,7 +90,7 @@ $formcompany=new FormCompany($db);
 
 $countrynotdefined='<font class="error">'.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')</font>';
 
-print $langs->trans("AccountantDesc")."<br>\n";
+print '<span class="opacitymedium">'.$langs->trans("AccountantDesc")."</span><br>\n";
 print "<br>\n";
 
 if ($action == 'edit' || $action == 'updateedit')

+ 1 - 1
htdocs/admin/company.php

@@ -300,7 +300,7 @@ $head = company_admin_prepare_head();
 
 dol_fiche_head($head, 'company', $langs->trans("Company"), -1, 'company');
 
-print $langs->trans("CompanyFundationDesc")."<br>\n";
+print '<span class="opacitymedium">'.$langs->trans("CompanyFundationDesc", $langs->transnoentities("Modify"), $langs->transnoentities("Save"))."</span><br>\n";
 print "<br>\n";
 
 if ($action == 'edit' || $action == 'updateedit')

+ 1 - 1
htdocs/langs/en_US/admin.lang

@@ -1060,7 +1060,7 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
 AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
 SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
 SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
-CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "Modify" or "Save" button at bottom of page)
+CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
 AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
 AccountantFileNumber=File number
 DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here