mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge branch 'master' into PHRAS-2885-Prod-Add_missing_warning
This commit is contained in:
@@ -414,6 +414,7 @@
|
||||
{% if multipleDataboxes == 1 %}
|
||||
$(function() {
|
||||
$('#EDITWINDOW').hide();
|
||||
// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
|
||||
$( "#dialog-edit-many-sbas:ui-dialog" ).dialog( "destroy" );
|
||||
$( "#dialog-edit-many-sbas" ).dialog({
|
||||
modal: true,
|
||||
|
@@ -150,6 +150,8 @@
|
||||
<div class="control-group">
|
||||
<input id="PushSendFormName" placeholder="{% trans %}Name{% endtrans %}" type="text" name="name"
|
||||
class="input-block-level"/>
|
||||
<input id="feedbackTitle" type="hidden" value="{% trans %}prod::feedback:feedback_set_title{% endtrans %}" />
|
||||
<input id="pushTitle" type="hidden" value="{% trans %}prod::push:push_set_title{% endtrans %}" />
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<textarea id="PushSendFormMessage" placeholder="{% trans %}Message{% endtrans %}" name="message"
|
||||
|
Reference in New Issue
Block a user