summaryrefslogtreecommitdiffstats
path: root/templates/show_catalog_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_catalog_row.inc.php')
-rw-r--r--templates/show_catalog_row.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php
index 34f7ea77..faf9b406 100644
--- a/templates/show_catalog_row.inc.php
+++ b/templates/show_catalog_row.inc.php
@@ -20,11 +20,11 @@
*/
$web_path = Config::get('web_path');
?>
-<td><?php echo $catalog->f_name_link; ?></td>
-<td><?php echo scrub_out($catalog->f_path); ?></td>
-<td><?php echo scrub_out($catalog->f_update); ?></td>
-<td><?php echo scrub_out($catalog->f_add); ?></td>
-<td>
+<td class="cel_catalog"><?php echo $catalog->f_name_link; ?></td>
+<td class="cel_path"><?php echo scrub_out($catalog->f_path); ?></td>
+<td class="cel_lastverify"><?php echo scrub_out($catalog->f_update); ?></td>
+<td class="cel_lastadd"><?php echo scrub_out($catalog->f_add); ?></td>
+<td class="cel_action">
<a href="<?php echo $web_path; ?>/admin/catalog.php?action=add_to_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Add'); ?></a>
| <a href="<?php echo $web_path; ?>/admin/catalog.php?action=update_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Verify'); ?></a>
| <a href="<?php echo $web_path; ?>/admin/catalog.php?action=clean_catalog&amp;catalogs[]=<?php echo $catalog->id; ?>"><?php echo _('Clean'); ?></a>