Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/theme/views-ui-edit-view.tpl.php
8 8
<div class="views-edit-view">
9 9
  <?php if ($locked): ?>
10 10
    <div class="view-locked">
11
       <?php print t('This view is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href="!break">break this lock</a>.', array('!user' => $locked, '!age' => $lock_age, '!break' => $break)); ?>
11
      <?php print t('This view is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href="!break">break this lock</a>.',
12
        array('!user' => $locked, '!age' => $lock_age, '!break' => $break)); ?>
12 13
    </div>
13 14
  <?php endif; ?>
14
  <div class="views-basic-info clearfix<?php if (!empty($view->changed)) { print " changed"; }?>">
15
  <div class="views-basic-info clearfix<?php if (!empty($view->changed)): ?> changed<?php endif; ?>">
15 16
    <?php if (!is_numeric($view->vid)): ?>
16 17
      <div class="view-changed view-new"><?php print t('New view'); ?></div>
17 18
    <?php else: ?>
......
28 29

  
29 30
  <div id="views-ajax-form">
30 31
    <div id="views-ajax-title">
31
      <?php // This is initially empty ?>
32
      <?php
33
// This is initially empty. ?>
32 34
    </div>
33 35
    <div id="views-ajax-pad">
34 36
      <?php /* This is sent in because it is also sent out through settings and

Formats disponibles : Unified diff