context-ui-editor.tpl.php

Go to the documentation of this file.
00001 <div class='context-editor clearfix'>
00002   <?php print drupal_render_children($form) ?>
00003   <div class='contexts'>
00004     <?php foreach (element_children($contexts) as $context): ?>
00005       <div class='context-editable' id='context-editable-<?php print $context ?>'><?php print drupal_render($contexts[$context]) ?></div>
00006     <?php endforeach; ?>
00007     <?php print drupal_render($contexts) ?>
00008   </div>
00009   <div class='buttons'><?php print drupal_render($buttons) ?></div>
00010 </div>

Generated on Tue Jun 18 02:24:16 2013 for Context by  doxygen 1.4.7