Merge branch 'upstream/develop'

This commit is contained in:
aspangaro
2014-05-28 05:35:35 +02:00
169 changed files with 638 additions and 238 deletions

View File

@@ -64,7 +64,7 @@ else if ($action == 'update')
{
if (GETPOST('submit_GENBARCODE_LOCATION'))
{
$location = GETPOST('genbarcodelocation','alpha');
$location = GETPOST('GENBARCODE_LOCATION','alpha');
$res = dolibarr_set_const($db, "GENBARCODE_LOCATION",$location,'chaine',0,'',$conf->entity);
}
if (GETPOST('submit_PRODUIT_DEFAULT_BARCODE_TYPE'))

View File

@@ -468,4 +468,3 @@ print '</table>';
llxFooter();
$db->close();
?>

View File

@@ -170,4 +170,3 @@ print '<br /><br /><div style="text-align:center"><input type="submit" class="bu
$db->close();
llxFooter();
?>

View File

@@ -511,4 +511,3 @@ print '<br>';
$db->close();
llxFooter();
?>

View File

@@ -116,4 +116,3 @@ if (empty($reshook))
llxFooter();
$db->close();
?>

View File

@@ -143,4 +143,3 @@ print '</form>';
llxFooter();
$db->close();
?>

View File

@@ -703,4 +703,3 @@ else
llxFooter();
$db->close();
?>

View File

@@ -540,4 +540,3 @@ if ($mode != 'marketplace') print '<div class="info">'.showModulesExludedForExte
llxFooter();
$db->close();
?>

View File

@@ -157,4 +157,3 @@ if ($action == 'edit' && ! empty($attrname))
llxFooter();
$db->close();
?>

View File

@@ -88,4 +88,3 @@ print "</TABLE>";
$db->close();
llxFooter();
?>

View File

@@ -156,4 +156,3 @@ if ($action == 'edit' && ! empty($attrname))
llxFooter();
$db->close();
?>

View File

@@ -253,4 +253,3 @@ print "</form>\n";
llxFooter();
$db->close();
?>

View File

@@ -113,28 +113,23 @@ print '<li><a href="http://plus.google.com/+DolibarrOrg" target="_blank">Google
print '</ul>';
print $langs->trans("OfficialWebHostingService").':';
$url='http://wiki.dolibarr.org/index.php/Cloud_Solutions'; $title=$langs->trans('List');
print $langs->trans("OtherResources").':';
print '<ul>';
$url='http://saas.dolibarr.org'; $title=$langs->trans("OfficialWebHostingService");
if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Solutions_de_Cloud';
if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
print '<ul>';
print '<li>';
print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
print '</li>';
$url='http://partners.dolibarr.org'; $title=$langs->trans("ReferencedPreferredPartners");
print '<li>';
print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
print '</li>';
print '</ul>';
llxFooter();
$db->close();
?>

View File

@@ -51,4 +51,3 @@ print '</table>';
llxFooter();
?>

View File

@@ -120,4 +120,3 @@ foreach($phparray as $key => $value)
llxFooter();
$db->close();
?>

View File

@@ -64,4 +64,3 @@ print '</table>';
llxFooter();
$db->close();
?>

View File

@@ -214,4 +214,3 @@ print '<br>';
llxFooter();
$db->close();
?>