Änderung zu sinnvolleren Datenabfragen.
This commit is contained in:
@@ -120,17 +120,7 @@
|
||||
<label id="lbl_retourniert" for="cb_retourniert">retourniert</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="height: 10px;"></div>
|
||||
|
||||
<div id="checkboxes">
|
||||
<asp:CheckBoxList runat="server" Enabled="false">
|
||||
<asp:ListItem Text="Verloren" Value="Verloren" Selected="false"></asp:ListItem>
|
||||
<asp:ListItem Text="Gestohlen" Value="Gestohlen" Enabled="false"></asp:ListItem>
|
||||
<asp:ListItem Text="Gesperrt" Value="Gesperrt" Enabled="false"></asp:ListItem>
|
||||
<asp:ListItem Text="Defekt" Value="Defekt" Enabled="false"></asp:ListItem>
|
||||
<asp:ListItem Text="Archiviert" Value="Archiviert" Enabled="false"></asp:ListItem>
|
||||
</asp:CheckBoxList>
|
||||
</div>
|
||||
<div class="row" style="height: 10px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user