Author: david
Date: Fri Oct 29 14:23:45 2010
New Revision: 8677
Log:
Include help text.
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 14:19:55 2010 (r8676)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php Fri Oct
29 14:23:45 2010 (r8677)
@@ -33,7 +33,9 @@
<legend><?php echo __('Add new repository') ?></legend>
<form action="<?php echo url_for('oai/harvesterList') ?>" method="post">
- <?php echo $form->uri->renderRow() ?>
+ <?php echo $form->uri
+ ->help(__('Enter a valid URI (e.g. http://www.example.com/oai) for an
OAI-PMH repository'))
+ ->renderRow() ?>
<input class="form-submit" type="submit" value="<?php echo __('Save') ?>"/>
</form>
</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.