forked from Wavyzz/dolibarr
css
This commit is contained in:
@@ -1134,7 +1134,7 @@ class Form
|
||||
$out .= ajax_multiautocompleter('location_incoterms', array(), DOL_URL_ROOT . '/core/ajax/locationincoterms.php') . "\n";
|
||||
//$moreattrib .= ' autocomplete="off"';
|
||||
}
|
||||
$out .= '<input id="location_incoterms" class="maxwidthonsmartphone type="text" name="location_incoterms" value="' . $location_incoterms . '">' . "\n";
|
||||
$out .= '<input id="location_incoterms" class="maxwidthonsmartphone heightofcombo" type="text" name="location_incoterms" value="' . $location_incoterms . '">' . "\n";
|
||||
|
||||
if (!empty($page)) {
|
||||
$out .= '<input type="submit" class="button valignmiddle smallpaddingimp nomargintop nomarginbottom" value="' . $langs->trans("Modify") . '"></form>';
|
||||
|
||||
Reference in New Issue
Block a user