Hides ok button on activites modal due to its redundancy with cancel. Css adjutments.
This commit is contained in:
parent
e61e1e1818
commit
e13fc59d53
|
@ -714,7 +714,6 @@
|
|||
|
||||
.advanced-search-header-dropdown {
|
||||
height: 27px !important;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
a, .has-text-secondary {
|
||||
color: $blue4 !important;
|
||||
|
|
|
@ -280,13 +280,13 @@
|
|||
<!--<span>{{ $i18n.get('undo') }}</span>-->
|
||||
<!--</button>-->
|
||||
|
||||
<button
|
||||
<!-- <button
|
||||
v-if="activity.status == 'publish'"
|
||||
@click="$parent.close()"
|
||||
type="button"
|
||||
class="button is-secondary">
|
||||
<span>OK</span>
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,8 +16,9 @@ Tainacan is a powerful and flexible repository platform for WordPress. Manage an
|
|||
|
||||
= Features =
|
||||
|
||||
* "Metadata and Filters": Use a metadata standard or choose whatever set of metadata you want to describe the items in your collections. Also, choose which metadata will be used as a filter when browsing the collection
|
||||
Faceted Search. Browse your collection (and let the public browse it) using a faceted search interface with the filters you have chosen.
|
||||
* "Metadata and Filters": Use a metadata standard or choose whatever set of metadata you want to describe the items in your collections. Also, choose which metadata will be used as a filter when browsing the collection.
|
||||
|
||||
* "Faceted Search". Browse your collection (and let the public browse it) using a faceted search interface with the filters you have chosen.
|
||||
|
||||
* "Manage Taxonomies": Manage vocabularies that can be used accross all your collections.
|
||||
|
||||
|
|
Loading…
Reference in New Issue