adrian15 | 29 Nov 15:48
Picon
Gravatar

List page: Delete link was not there patch

When evaluating svn_r1703 it seems that list page no longer has the 
delete column with links to delete the different lists.

I have made a patch so that the delete links come back.

As always I will open a mantis issue whenever I have time.

adrian15
-- 
Support free software. Donate to Super Grub Disk. Apoya el software
libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/index.php?pid=10

diff -urN
svn_r1703_sin_punto_svn_improved_03_list_title_can_be_seen_always/phplist/public_html/lists/admin/list.php svn_r1703_sin_punto_svn_improved_04_list_delete_link_not_there/phplist/public_html/lists/admin/list.php
---
svn_r1703_sin_punto_svn_improved_03_list_title_can_be_seen_always/phplist/public_html/lists/admin/list.php	2009-11-29
14:08:12.000000000 +0100
+++
svn_r1703_sin_punto_svn_improved_04_list_delete_link_not_there/phplist/public_html/lists/admin/list.php	2009-11-29
15:43:24.000000000 +0100
@@ -191,6 +191,9 @@
     $row["active"] ? 'checked' : ''));
     $ls->addColumn($row['id'],
       $GLOBALS['I18N']->get('Owner'),$GLOBALS['require_login'] ? adminName($row['owner']):$GLOBALS['I18N']->get('n/a'));
+    $ls->addColumn($row['id'],
+      $GLOBALS['I18N']->get('Delete'),
+      PageLink2("list",$GLOBALS['I18N']->get('Delete'),"delete=".$row["id"]));
     if (trim($desc) != '') {
       $ls->addRow($row['id'],
         $GLOBALS['I18N']->get('Description'),$desc);
_______________________________________________
Phplist-developers mailing list
Phplist-developers <at> tincan.co.uk
http://mail.tincan.co.uk/mailman/listinfo/phplist-developers

Gmane