mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix duplicates answers
This commit is contained in:
@@ -1323,7 +1323,7 @@ if ($mode == 'marketplace') {
|
||||
|
||||
$categories_tree = $remotestore->getCategories($options['categorie']); // Call API to get the categories
|
||||
|
||||
$products_list = $remotestore->getProducts($options);
|
||||
$products_list = $remotestore->getProducts($options); // Get list of product from all sources
|
||||
|
||||
$previouslink = $remotestore->get_previous_link();
|
||||
|
||||
@@ -1337,7 +1337,7 @@ if ($mode == 'marketplace') {
|
||||
<input type="hidden" name="mode" value="marketplace">
|
||||
<input type="hidden" name="page_y" value="">
|
||||
<div class="divsearchfield">
|
||||
<input name="search_keyword" placeholder="<?php echo $langs->trans('Keyword') ?>" id="search_keyword" type="text" class="minwidth200" value="<?php echo dolPrintHTMLForAttribute($options['search']) ?>">
|
||||
<input name="search_keyword" placeholder="<?php echo $langs->trans('Keyword') ?>" id="search_keyword" type="text" class="minwidth200" value="<?php echo dolPrintHTMLForAttribute($options['search']) ?>" spellcheck="false">
|
||||
</div>
|
||||
<div class="divsearchfield">
|
||||
<input name="buttonsubmit" class="button buttongen reposition" value="<?php echo $langs->trans('Search') ?>" type="submit">
|
||||
|
||||
Reference in New Issue
Block a user