Author: david
Date: Fri Oct 29 14:24:30 2010
New Revision: 8678

Log:
Render global form errors.

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:23:45 2010        (r8677)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php     Fri Oct 
29 14:24:30 2010        (r8678)
@@ -33,6 +33,8 @@
   <legend><?php echo __('Add new repository') ?></legend>
 
   <form action="<?php echo url_for('oai/harvesterList') ?>" method="post">
+    <?php echo $form->renderGlobalErrors() ?>
+
     <?php echo $form->uri
       ->help(__('Enter a valid URI (e.g. http://www.example.com/oai) for an 
OAI-PMH repository'))
       ->renderRow() ?>

-- 
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.

Reply via email to