Skip to content
Snippets Groups Projects
Commit 58fb3e39 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

remove old buttons

parent 9ae2d2d0
No related branches found
No related tags found
1 merge request!32Reload Edit Mode toolbox after creating RTs and Properties
Pipeline #8306 failed
......@@ -10,7 +10,6 @@
<div class="card">
<div class="input-group" style="width: 100%;">
<input class="form-control" placeholder="filter..." title="Type a name (full or partial)." oninput="edit_mode.filter('properties');" id="caosdb-f-filter-properties" type="text"/>
<button class="btn btn-secondary caosdb-f-edit-panel-new-button new-property caosdb-f-hide-on-empty-input" title="Create this Property." ><i class="bi-plus"></i></button>
</div>
<ul class="caosdb-v-edit-list list-group">
<xsl:apply-templates select="./Property"/>
......@@ -24,7 +23,6 @@
<div class="card">
<div class="input-group" style="width: 100%;">
<input class="form-control" placeholder="filter..." title="Type a name (full or partial)." oninput="edit_mode.filter('recordtypes');" id="caosdb-f-filter-recordtypes" type="text"/>
<button class="btn btn-secondary caosdb-f-edit-panel-new-button new-recordtype caosdb-f-hide-on-empty-input" title="Create this RecordType"><i class="bi-plus"></i></button>
</div>
<ul class="caosdb-v-edit-list list-group">
<xsl:apply-templates select="./RecordType"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment