Documentation of external link.
This commit is contained in:
parent
c994fbe44d
commit
627e344c78
@ -525,6 +525,13 @@ else
|
||||
print '<td><a href="'.$url.'" target="_blank">'.$url.'</a></td>';
|
||||
print '</tr>';
|
||||
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var].">\n";
|
||||
$url='http://partners.dolibarr.org';
|
||||
print '<td align="left"><a href="'.$url.'" target="_blank"><img border="0" width="180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png"></a></td>';
|
||||
print '<td>'.$langs->trans("DoliPartnersDesc").'</td>';
|
||||
print '<td><a href="'.$url.'" target="_blank">'.$url.'</a></td>';
|
||||
print '</tr>';
|
||||
|
||||
print "</table>\n";
|
||||
}
|
||||
|
||||
@ -208,6 +208,7 @@ ModulesJobDesc=Business modules provide simple predefined setup of Dolibarr for
|
||||
ModulesMarketPlaceDesc=You can find more modules to download on external web sites on the Internet...
|
||||
ModulesMarketPlaces=More modules...
|
||||
DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
|
||||
DoliPartnersDesc=List with some companies that can provide/develop on-demand modules or features (Note: any Open Source company knowning PHP language can provide you specific development)
|
||||
WebSiteDesc=Web site providers you can search to find more modules...
|
||||
URL=Link
|
||||
BoxesAvailable=Boxes available
|
||||
|
||||
Loading…
Reference in New Issue
Block a user