Skip to content
Snippets Groups Projects
Commit 4abedf48 authored by Damien's avatar Damien
Browse files

Merge branch 'develop' of labs.maarch.org:maarch/MaarchCourrier into develop

parents 63bd779e eac44b05
No related branches found
No related tags found
No related merge requests found
...@@ -817,13 +817,14 @@ function get_form_txt($values, $pathManageAction, $actionId, $table, $module, $ ...@@ -817,13 +817,14 @@ function get_form_txt($values, $pathManageAction, $actionId, $table, $module, $
$frmStr .= 'selected="selected"'; $frmStr .= 'selected="selected"';
} }
$frmStr .= '>' . functions::xssafe($statuses[$i]['LABEL']) . '</option>'; $frmStr .= '>' . functions::xssafe($statuses[$i]['LABEL']) . '</option>';
}
$frmStr .= '</select></td><td><span class="red_asterisk" id="market_mandatory" ' $frmStr .= '</select></td><td><span class="red_asterisk" id="market_mandatory" '
. 'style="display:inline;"><i class="fa fa-star"></i></span>&nbsp;</td>'; . 'style="display:inline;"><i class="fa fa-star"></i></span>&nbsp;</td>';
$frmStr .= '</tr>'; $frmStr .= '</tr>';
$frmStr .= '<script>$j("#status").chosen({width: "226px", disable_search_threshold: 10, search_contains: true});</script>';
$frmStr .= '<script>$j("#status").chosen({width: "226px", disable_search_threshold: 10, search_contains: true});</script>';
}
$frmStr .= '</table>'; $frmStr .= '</table>';
$frmStr .= '</div>'; $frmStr .= '</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment