Author: david
Date: Fri Oct 29 12:52:37 2010
New Revision: 8664
Log:
Drop list class for tables.
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:35:58 2010 (r8663)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php Fri Oct
29 12:52:37 2010 (r8664)
@@ -1,6 +1,6 @@
<h1><?php echo __('Harvested Sites') ?></h1>
-<table class="list">
+<table>
<thead>
<tr>
<th><?php echo __('Repository') ?></th>
@@ -27,7 +27,7 @@
<br>
<h2><?php echo __('Add New Repository') ?></h2>
<form action="<?php echo url_for('oai/harvesterList') ?>" method="post">
- <table class="List">
+ <table>
<thead>
<tr>
<th width="30%"><?php echo __('Name')?></th>
--
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.