1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Disabled new buttons

This commit is contained in:
eldadfux 2019-08-24 20:52:59 +03:00
parent 03e0606de0
commit 0063f12e63

View file

@ -37,8 +37,10 @@ use Utopia\Locale\Locale;
</form>
<hr />
<div data-ui-modal class="box modal close" data-button-text="Add collection" data-button-class="button link" data-button-icon="icon-plus">
<button class="button disabled link" type="button" disabled><i class="icon-plus"></i>Add collection</button>
<div xdata-ui-modal class="box modal close" data-button-text="Add collection" data-button-class="button link" data-button-icon="icon-plus">
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
<h1>Create Collection</h1>
@ -164,7 +166,8 @@ use Utopia\Locale\Locale;
<hr />
<div data-ui-modal class="box modal close" data-button-text="Add document" data-button-class="button link" data-button-icon="icon-plus">
<button class="button disabled link" type="button" disabled><i class="icon-plus"></i>Add document</button>
<div xdata-ui-modal class="box modal close" data-button-text="Add document" data-button-class="button link" data-button-icon="icon-plus">
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
<h1>Create Document</h1>