http://www.atutor.ca/atutor/mantis/view.php?id=2627
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 10 Jul 2006 18:19:21 +0000 (18:19 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 10 Jul 2006 18:19:21 +0000 (18:19 -0000)
docs/tools/content/index.php

index ecba3b4..d5dbd10 100644 (file)
@@ -106,12 +106,9 @@ function print_select($pid, $depth) {
 <thead>\r
 <tr>\r
        <th scope="col">&nbsp;</th>\r
-\r
        <th scope="col">#</th>\r
        <th scope="col"><?php echo _AT('title'); ?></th>\r
-       <th scope="col"><?php echo _AT('last_modified'); ?></th>\r
        <th scope="col"><?php echo _AT('num_pages'); ?></th>\r
-\r
 </tr>\r
 </thead>\r
 <tfoot>\r
@@ -132,7 +129,6 @@ function print_select($pid, $depth) {
                                <td><input type="radio" name="id" value="<?php echo $row['content_id']; ?>" id="c<?php echo $row['content_id']; ?>"></td>\r
                                <td><?php echo $row['ordering']; ?></td>\r
                                <td><label for="c<?php echo $row['content_id']; ?>"><?php echo AT_print($row['title'], 'content.title'); ?></label></td>\r
-                               <td><?php echo AT_date(_AT('announcement_date_format'), $row['last_modified'], AT_DATE_MYSQL_DATETIME); ?></td>\r
                                <td><?php echo count($all_content[$row['content_id']]); ?></td>\r
                        </tr>\r
                <?php endforeach; ?>\r