updated video thumb display style

This commit is contained in:
2017-02-23 20:29:41 +01:00
parent 064930653f
commit 65f6be158a
11 changed files with 317 additions and 94 deletions
@@ -22,28 +22,32 @@ function admin_default_Workflow() {
},
"states" : {
"(creation)" : {"weight":"-50","sysid":"1","state":"(creation)","status":"1","name":"(creation)"},
"brouillon" : {"weight":"-20","sysid":"0","state":"Brouillon","status":"1","name":"brouillon"},
"en_attente" : {"weight":"-20","sysid":"0","state":"En attente","status":"1","name":"en_attente"},
"publie" : {"weight":"-20","sysid":"0","state":"Publi\\u00e9","status":"1","name":"publie"}
"brouillon" : {"weight":"-19","sysid":"0","state":"Brouillon","status":"1","name":"brouillon"},
"en_attente" : {"weight":"-18","sysid":"0","state":"En attente","status":"1","name":"en_attente"},
"publie" : {"weight":"-17","sysid":"0","state":"Publi\\u00e9","status":"1","name":"publie"}
},
"transitions" : {
"_creation_to_brouillon" : {"roles":{"-1":"-1"},"name":"_creation_to_brouillon","label":"","start_state":"(creation)","end_state":"brouillon"},
"_creation_to_en_attente" : {"roles":[],"name":"_creation_to_en_attente","label":"","start_state":"(creation)","end_state":"en_attente"},
"_creation_to_publie" : {"roles":[],"name":"_creation_to_publie","label":"","start_state":"(creation)","end_state":"publie"},
"brouillon_to_en_attente" : {"roles":{"-1":"-1"},"name":"brouillon_to_en_attente","label":"","start_state":"brouillon","end_state":"en_attente"},
"en_attente_to_brouillon" : {"roles":{"-1":"-1"},"name":"en_attente_to_brouillon","label":"","start_state":"en_attente","end_state":"brouillon"},
"en_attente_to_publie" : {"roles":{"-1":"-1"},"name":"en_attente_to_publie","label":"","start_state":"en_attente","end_state":"publie"},
"publie_to_brouillon" : {"roles":{"-1":"-1"},"name":"publie_to_brouillon","label":"","start_state":"publie","end_state":"brouillon"},
"publie_to_en_attente" : {"roles":{"-1":"-1"},"name":"publie_to_en_attente","label":"","start_state":"publie","end_state":"en_attente"}
"_creation_to_brouillon" : {"roles":{"-1":-1,"3":3,"4":4},"name":"_creation_to_brouillon","label":"","start_state":"(creation)","end_state":"brouillon"},
"_creation_to_en_attente" : {"roles":{"3":3,"4":4},"name":"_creation_to_en_attente","label":"","start_state":"(creation)","end_state":"en_attente"},
"_creation_to_publie" : {"roles":{"3":3,"4":4},"name":"_creation_to_publie","label":"","start_state":"(creation)","end_state":"publie"},
"brouillon_to_brouillon" : {"roles":{"-1":-1,"3":3,"4":4},"name":"brouillon_to_brouillon","label":"","start_state":"brouillon","end_state":"brouillon"},
"brouillon_to_en_attente" : {"roles":{"3":3,"4":4},"name":"brouillon_to_en_attente","label":"","start_state":"brouillon","end_state":"en_attente"},
"brouillon_to_publie" : {"roles":{"3":3,"4":4},"name":"brouillon_to_publie","label":"","start_state":"brouillon","end_state":"publie"},
"en_attente_to_brouillon" : {"roles":{"-1":-1,"3":3,"4":4},"name":"en_attente_to_brouillon","label":"","start_state":"en_attente","end_state":"brouillon"},
"en_attente_to_en_attente" : {"roles":{"-1":-1,"3":3,"4":4},"name":"en_attente_to_en_attente","label":"","start_state":"en_attente","end_state":"en_attente"},
"en_attente_to_publie" : {"roles":{"3":3,"4":4},"name":"en_attente_to_publie","label":"","start_state":"en_attente","end_state":"publie"},
"publie_to_brouillon" : {"roles":{"3":3,"4":4},"name":"publie_to_brouillon","label":"","start_state":"publie","end_state":"brouillon"},
"publie_to_en_attente" : {"roles":{"3":3,"4":4},"name":"publie_to_en_attente","label":"","start_state":"publie","end_state":"en_attente"},
"publie_to_publie" : {"roles":{"-1":-1,"3":3,"4":4},"name":"publie_to_publie","label":"","start_state":"publie","end_state":"publie"}
},
"label" : "Publication",
"typeMap" : [ "documentair", "episode", "page", "thematique" ],
"system_roles" : {
"-1" : "(auteur)",
"1" : "utilisateur anonyme",
"2" : "utilisateur authentifi\\u00e9",
"3" : "administrateur",
"4" : "racine"
"-1" : "(author)",
"1" : "anonymous user",
"2" : "authenticated user",
"3" : "administrator",
"4" : "root"
}
}');