Hides ok button on activites modal due to its redundancy with cancel. Css adjutments.

This commit is contained in:
Mateus Machado Luna 2018-12-14 11:18:40 -02:00
parent e61e1e1818
commit e13fc59d53
3 changed files with 5 additions and 5 deletions

View File

@ -714,7 +714,6 @@
.advanced-search-header-dropdown {
height: 27px !important;
padding-bottom: 2rem;
a, .has-text-secondary {
color: $blue4 !important;

View File

@ -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>

View File

@ -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.