Author: sevein
Date: Fri Sep 30 15:28:04 2011
New Revision: 9892
Log:
Fix indentation, remove unnecessary form tag
Modified:
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php
Modified:
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php
Fri Sep 30 15:20:09 2011 (r9891)
+++
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php
Fri Sep 30 15:28:04 2011 (r9892)
@@ -19,16 +19,14 @@
</div>
- <div class="actions section">
+<div class="actions section">
- <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
-
- <div class="content">
- <ul class="clearfix links">
- <li><a href="#" onClick="history.back(); return false;"><?php echo
__('Back') ?></a></li>
- </ul>
- </div>
+ <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+ <div class="content">
+ <ul class="clearfix links">
+ <li><a href="#" onClick="history.back(); return false;"><?php echo
__('Back') ?></a></li>
+ </ul>
</div>
-</form>
+</div>
--
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.