mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3030 #comment add missing string #time 3h
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="db_infos">
|
||||
<h2>Bases actuelles :</h2>
|
||||
<h2> {{ 'admin::base: Current database' | trans }} : </h2>
|
||||
<ul>
|
||||
{% if sbas | length > 0 %}
|
||||
{% for key, value in sbas %}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div>
|
||||
<button class="tools-accordion">Actions</button>
|
||||
<button class="tools-accordion">{ 'prod::workzone:Actions' | trans }}</button>
|
||||
<div class="tools-panel">
|
||||
<button class="ui-corner-all TOOL_disktt_btn basket_window" data-selection-source="basket">
|
||||
<img src="/assets/common/images/icons/disktt_history.png"/>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div>
|
||||
<button class="tools-accordion"><span>Actions</span></button>
|
||||
<button class="tools-accordion"><span>{{ 'prod::workzone:Actions' | trans }}</span></button>
|
||||
<div class="tools-panel">
|
||||
|
||||
<button class="ui-corner-all TOOL_disktt_btn story_window" data-selection-source="story">
|
||||
|
@@ -14,7 +14,6 @@
|
||||
{% set databox = records.databoxes|first %}
|
||||
{# This value is fetched when click on 2nd tab #}
|
||||
<input type="hidden" name='original_selection' value="{{ app.request.query.get('lst') }}">
|
||||
|
||||
<ul>
|
||||
<li><a href="#property-status">{{ 'Records Statut' | trans }}</a></li>
|
||||
{# <span> </span> element is required for the jQuery loading spinner appears && disappears properly #}
|
||||
|
@@ -997,6 +997,13 @@
|
||||
<div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div>
|
||||
|
||||
<input type="hidden" id="default-video-chapter-label" value="{{ 'prod::videoTools:chapterTitle' | trans }}"/>
|
||||
{# Set the property dialog title #}
|
||||
<input type="hidden" id="property-title" value="{{ 'prod::action:property title' | trans }} ">
|
||||
{# Set the notification dialog title #}
|
||||
<input type="hidden" id="notification-title" value="{{ 'prod::notification: notification title' | trans }} ">
|
||||
<input type="hidden" id="push-new-list-title" value="{{ 'prod::push: New list title' | trans }} ">
|
||||
<input type="hidden" id="push-list-name-empty" value="{{ 'prod::push: List name can not be empty' | trans }} ">
|
||||
<input type="hidden" id="btn-add" value="{{ 'prod::push: add' | trans }} ">
|
||||
<script type="text/javascript" id="bitly_loader"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
|
@@ -10,10 +10,14 @@
|
||||
<div class="form3 form_content">
|
||||
<div class="form_titre">{{ "report:: 3 - Type de report" | trans }} </div>
|
||||
<select class="select_one" name="group">
|
||||
{% for x in ['','user','nav','nav,version','os','os,nav','os,nav,version','res'] %}
|
||||
{% set l="report:: (connexions) #{x}" %}
|
||||
<option value="{{ x }}" id="connections_{{ x }}">{{ l | trans }}</option>
|
||||
{% endfor %}
|
||||
<option value="" id="connections_">{{ 'report:: (connexions)' | trans }}</option>
|
||||
<option value="user" id="connections_user">{{ 'report:: (connexions) user' | trans }}</option>
|
||||
<option value="nav" id="connections_nav">{{ 'report:: (connexions) nav' | trans }}</option>
|
||||
<option value="nav,version" id="connections_nav,version">{{ 'report:: (connexions) nav,version' | trans }}</option>
|
||||
<option value="os" id="connections_os">{{ 'report:: (connexions) os' | trans }}</option>
|
||||
<option value="os,nav" id="connections_os,nav">{{ 'report:: (connexions) os,nav' | trans }}</option>
|
||||
<option value="version}" id="connections_os,nav,version">{{ 'report:: (connexions) os,nav,version' | trans }}</option>
|
||||
<option value="res" id="connections_res">{{ 'report:: (connexions) res' | trans }}</option>
|
||||
</select>
|
||||
</div>
|
||||
{% endblock form_connexion %}
|
||||
@@ -36,10 +40,9 @@
|
||||
<div class="form_titre">{% trans %}report:: 3 - Type de report{% endtrans %}</div>
|
||||
|
||||
<select class="select_one" name="group">
|
||||
{% for x in ['','user','record'] %}
|
||||
{% set l="report:: (downloads) #{x}" %}
|
||||
<option value="{{ x }}" id="downloads_{{ x }}">{{ l | trans }}</option>
|
||||
{% endfor %}
|
||||
<option value="" id="downloads_">{{ 'report:: (downloads)' | trans }}</option>
|
||||
<option value="user" id="downloads_user">{{ 'report:: (downloads) user' | trans }}</option>
|
||||
<option value="record" id="downloads_record">{{ 'report:: (downloads) record' | trans }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user