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

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

Go to the documentation of this file.
00001 <?php
00007 ?>
00008 <?php print $rearrange; ?>
00009 <?php print $add; ?>
00010 <div class="views-category-title<?php
00011   if ($overridden) {
00012     print ' overridden';
00013   }
00014   if ($defaulted) {
00015     print ' defaulted';
00016   }
00017   ?>">
00018   <?php print $item_help_icon; ?>
00019   <?php print $title; ?>
00020 </div>
00021 
00022 <div class="views-category-content<?php
00023   if ($overridden) {
00024     print ' overridden';
00025   }
00026   if ($defaulted) {
00027     print ' defaulted';
00028   }
00029   ?>">
00030   <?php if (!empty($no_fields)): ?>
00031     <div><?php print t('The style selected does not utilize fields.'); ?></div>
00032   <?php elseif (empty($fields)): ?>
00033     <div><?php print t('None defined'); ?></div>
00034   <?php else: ?>
00035     <?php foreach ($fields as $pid => $field): ?>
00036       <?php if (!empty($field['links'])): ?>
00037         <?php print $field['links']; ?>
00038       <?php endif; ?>
00039       <div class="<?php print $field['class']; if (!empty($field['changed'])) { print ' changed'; } ?>">
00040         <?php print $field['title']; ?>
00041         <?php print $field['info']; ?>
00042       </div>
00043     <?php endforeach; ?>
00044   <?php endif; ?>
00045 </div>

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