29 Nov 16:28
List page: Added Edit column
adrian15 <adrian15sgd <at> gmail.com>
2009-11-29 15:28:11 GMT
2009-11-29 15:28:11 GMT
When evaluating svn_r1703 it seems that list page does not have an explicit edit column. I have made a patch so that there is an explicit edit column. Are you interested in this patch? Should I open a mantis issue for this? Thank you for your 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_05_id_is_not_a_link_to_editlist/phplist/public_html/lists/admin/list.php svn_r1703_sin_punto_svn_improved_06_there_is_not_edit_column/phplist/public_html/lists/admin/list.php
---
svn_r1703_sin_punto_svn_improved_05_id_is_not_a_link_to_editlist/phplist/public_html/lists/admin/list.php 2009-11-29
16:08:56.000000000 +0100
+++
svn_r1703_sin_punto_svn_improved_06_there_is_not_edit_column/phplist/public_html/lists/admin/list.php 2009-11-29
16:25:21.000000000 +0100
@@ -174,6 +174,9 @@
$GLOBALS['require_login'] ? adminName($row['owner']):$GLOBALS['I18N']->get('n/a'),
$desc
);
+ $ls->addColumn($row['id'],
+ $GLOBALS['I18N']->get('Edit'),
+ PageLink2("editlist",$GLOBALS['I18N']->get('Edit'),"id=".$row["id"]));
$ls->addColumn($row['id'],
$GLOBALS['I18N']->get('Name'),
stripslashes($row['name']));
_______________________________________________ Phplist-developers mailing list Phplist-developers <at> tincan.co.uk http://mail.tincan.co.uk/mailman/listinfo/phplist-developers
RSS Feed