Author: david
Date: Fri Oct 29 13:01:38 2010
New Revision: 8665
Log:
Table is not necessary.
Modified:
trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php
Modified: trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php Fri Oct
29 12:52:37 2010 (r8664)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php Fri Oct
29 13:01:38 2010 (r8665)
@@ -24,27 +24,12 @@
<?php endforeach; ?>
</tbody>
</table>
-<br>
-<h2><?php echo __('Add New Repository') ?></h2>
+
+<fieldset class="collapsible" id="addOaiRepository">
+ <legend><?php echo __('Add New Repository') ?></legend>
+
<form action="<?php echo url_for('oai/harvesterList') ?>" method="post">
- <table>
- <thead>
- <tr>
- <th width="30%"><?php echo __('Name')?></th>
- <th><?php echo __('Value')?></th>
- </tr>
- </thead>
- <tbody>
- <?php echo $form ?>
- <tr>
- <td> </td>
- <td>
- <div style="float: right; margin: 3px 8px 0 0;">
- <input class="form-submit" type="submit" value="<?php echo
__('Save') ?>"/>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
+ <?php echo $form ?>
+ <input class="form-submit" type="submit" value="<?php echo __('Save') ?>"/>
</form>
-</div>
+</fieldset>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.