| 1 |
<?php |
<?php |
| 2 |
// $Id: views_ui.module,v 1.44.2.25 2007/07/14 19:54:20 merlinofchaos Exp $ |
// $Id: views_ui.module,v 1.44.2.26 2008/09/21 01:09:26 sun Exp $ |
| 3 |
|
|
| 4 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 5 |
// Drupal Hooks |
// Drupal Hooks |
| 1716 |
* Render the add buttons for one of the dynamic sections on our form. |
* Render the add buttons for one of the dynamic sections on our form. |
| 1717 |
*/ |
*/ |
| 1718 |
function views_ui_render_section_add(&$form, $items, $label) { |
function views_ui_render_section_add(&$form, $items, $label) { |
| 1719 |
|
asort($form['id']['#options']); |
| 1720 |
foreach ($items as $item) { |
foreach ($items as $item) { |
| 1721 |
$row[] = drupal_render($form[$item], false); |
$row[] = drupal_render($form[$item], false); |
| 1722 |
} |
} |