• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

theme/views-ui-edit-view.tpl.php

Go to the documentation of this file.
00001 <?php
00006 ?>
00007 <div class="views-edit-view">
00008   <?php if ($locked): ?>
00009     <div class="view-locked">
00010        <?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)); ?>
00011     </div>
00012   <?php endif; ?>
00013   <div class="views-basic-info clearfix<?php if (!empty($view->changed)) { print " changed"; }?>">
00014     <?php if (!is_numeric($view->vid)): ?>
00015       <div class="view-changed view-new"><?php print t('New view'); ?></div>
00016     <?php else: ?>
00017       <div class="view-changed"><?php print t('Changed view'); ?></div>
00018     <?php endif; ?>
00019     <div class="views-quick-links">
00020       <?php print $quick_links ?>
00021     </div>
00022     <?php print t('View %name, displaying items of type <strong>@base</strong>.',
00023         array('%name' => $view->name, '@base' => $base_table)); ?>
00024   </div>
00025 
00026   <?php print $tabs; ?>
00027 
00028   <div id="views-ajax-form">
00029     <div id="views-ajax-title">
00030       <?php // This is initially empty ?>
00031     </div>
00032     <div id="views-ajax-pad">
00033       <?php /* This is sent in because it is also sent out through settings and
00034       needs to be consistent. */ ?>
00035       <?php print $message; ?>
00036     </div>
00037   </div>
00038 
00039   <?php print $save_button ?>
00040 
00041   <h2><?php print t('Live preview'); ?></h2>
00042   <div id='views-live-preview'>
00043     <?php print $preview ?>
00044   </div>
00045 </div>

Generated on Sun Feb 26 2012 12:52:52 for Views by  doxygen 1.7.1