hide state for collections (#4562)

This commit is contained in:
Frédéric Péters 2014-03-24 16:37:20 +01:00
parent 1977dde2b0
commit 25f078a2ae
1 changed files with 3 additions and 0 deletions

View File

@ -790,3 +790,6 @@ tr.row-state-finished a[href$="/edit"] {
visibility: hidden;
}
.portaltype-pfwbgedcollection #formfield-form-widgets-review_state {
display: none;
}