"Added: Add componant feature"
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{% extends "index.html" %}
|
||||
{% block bodyheader %}
|
||||
<body onload="javascript:update_componants();">
|
||||
{% endblock %}
|
||||
{% block title %}Liste des composants{% endblock %}
|
||||
{% block top_menu %}
|
||||
<span class='top_menu_item_selected' onclick='javascript:document.location="/componants/search";'>Rechercher un composant</span>
|
||||
@@ -69,7 +72,6 @@
|
||||
id='provider_id'
|
||||
onchange='javascript:search_componants_by_provider(this, "numeric");'
|
||||
title='Fournisseur'>
|
||||
<option value='0' selected>Tous</option>
|
||||
{% for prov in providers %}
|
||||
{% set selected = '' %}
|
||||
{% if prov.id == provider_id %}
|
||||
@@ -81,6 +83,7 @@
|
||||
</div>
|
||||
<div class='block margin_bottom no_border center'>
|
||||
<text title='Rechercher' class='search' onclick='javascript:update_componants("reference");'></text>
|
||||
<text title='Enregistrer' class='save' onclick='javascript:new_componant();'></text>
|
||||
</div>
|
||||
<!-- ----------------------------------------------------
|
||||
Resultat
|
||||
|
||||
Reference in New Issue
Block a user