Änderung zu sinnvolleren Datenabfragen.

This commit is contained in:
ja
2022-02-07 15:24:31 +01:00
parent b239004acc
commit bf07e61b02
18 changed files with 44 additions and 158 deletions

View File

@@ -117,24 +117,14 @@
<input id="GueltigBis" readonly="readonly" runat="server" />
</div>
</div>
<div class="row" style="height: 40px;"></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="Verloren" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Gesperrt" Value="Verloren" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Defekt" Value="Verloren" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Archiviert" Value="Verloren" Enabled="false"></asp:ListItem>
</asp:CheckBoxList>
</div>
<div class="row" style="height: 40px;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>