mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-879 - misc fixes on white skin
This commit is contained in:

committed by
Benoît Burnichon

parent
229f0e64cb
commit
f59fc905b4
@@ -74,7 +74,7 @@
|
||||
<div id="subdefs" class="tabBox">
|
||||
<form id="new-img-form" action="{{ path('prod_tools_image') }}" method="post">
|
||||
<fieldset style='border:1px solid #999; padding:20px;'>
|
||||
<legend style='color:#EEE'> <b>{{ "Reconstruire les sous definitions" | trans }}</b> </legend>
|
||||
<legend> <b>{{ "Reconstruire les sous definitions" | trans }}</b> </legend>
|
||||
{% if nbSubdefSubstitute > 0 %}
|
||||
<div style="color:#A00;">
|
||||
{{ "Attention, certain documents ont des sous-definitions substituees" | trans }}
|
||||
@@ -181,7 +181,7 @@
|
||||
</div>
|
||||
<form name="formpushdoc" action="{{ path('prod_tools_rotate') }}" method="post">
|
||||
<fieldset style='border:1px solid #999;padding:20px;'>
|
||||
<legend style='color:#EEE'> <b>{{ "image rotation" | trans }}</b> </legend>
|
||||
<legend> <b>{{ "image rotation" | trans }}</b> </legend>
|
||||
<label for="ROTA_90" class="radio">
|
||||
<input type="radio" name="rotation" id="ROTA_90" value="90" checked="checked">
|
||||
{{ "rotation 90 degres horaire" | trans }}
|
||||
@@ -220,7 +220,7 @@
|
||||
target="uploadHdsub">
|
||||
|
||||
<fieldset style='border:1px solid #999;padding:20px;'>
|
||||
<legend style='color:#EEE'> <b>{{ "substitution HD" | trans }}</b> </legend>
|
||||
<legend> <b>{{ "substitution HD" | trans }}</b> </legend>
|
||||
<div>
|
||||
<input id='new-hd-file' name="newHD" type="file"/>
|
||||
<br />
|
||||
@@ -252,7 +252,7 @@
|
||||
method="post"
|
||||
target="uploadHdsub">
|
||||
<fieldset style='border:1px solid #999;padding:20px;'>
|
||||
<legend style='color:#EEE'> <b>{{ "substitution SD" | trans }}</b> </legend>
|
||||
<legend> <b>{{ "substitution SD" | trans }}</b> </legend>
|
||||
<div>
|
||||
<input id='new-sd-file' name="newThumb" type="file" />
|
||||
<input type="hidden" name="sbas_id" value="{{record.get_sbas_id()}}" />
|
||||
|
Reference in New Issue
Block a user