diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2009-04-18 17:08:40.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/00Header 2009-04-18 17:02:22.000000000 -0500 @@ -1,6 +1,6 @@ //00Header /** - * $Horde: nag/config/prefs.php.dist,v 1.42.2.10 2008/07/02 16:15:45 jan Exp $ + * $Horde: nag/config/prefs.php.dist,v 1.42.2.11 2008/11/25 20:56:00 chuck Exp $ * * See horde/config/prefs.php for documentation on the structure of this file. */ diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/170ShowTaskList mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/170ShowTaskList --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/170ShowTaskList 2009-04-18 17:08:40.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/170ShowTaskList 2009-04-18 16:59:51.000000000 -0500 @@ -9,6 +9,7 @@ 'priority' => _("Priority"), 'assignee' => _("Assignee"), 'due' => _("Due Date"), + 'estimate' => _("Estimated Time"), 'category' => _("Category")), 'desc' => _("Select the columns that should be shown in the list view:") ); diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/190SortBy mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/190SortBy --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/190SortBy 2009-04-18 17:08:40.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/190SortBy 2009-04-18 17:01:05.000000000 -0500 @@ -10,6 +10,7 @@ NAG_SORT_CATEGORY => _("Category"), NAG_SORT_DUE => _("Due Date"), NAG_SORT_COMPLETION => _("Completed?"), + NAG_SORT_ESTIMATE => _("Estimated Time"), NAG_SORT_ASSIGNEE => _("Assignee"), NAG_SORT_OWNER => _("Task List")), 'desc' => _("Sort tasks by:"), diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/200AltSortBy mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/200AltSortBy --- smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/200AltSortBy 2009-04-18 17:08:40.000000000 -0500 +++ mezzanine_patched_smeserver-nag-2.2/root/etc/e-smith/templates/home/httpd/html/horde/nag/config/prefs.php/200AltSortBy 2009-04-18 17:01:55.000000000 -0500 @@ -10,6 +10,7 @@ NAG_SORT_CATEGORY => _("Category"), NAG_SORT_DUE => _("Due Date"), NAG_SORT_COMPLETION => _("Completed?"), + NAG_SORT_ESTIMATE => _("Estimated Time"), NAG_SORT_ASSIGNEE => _("Assignee"), NAG_SORT_OWNER => _("Task List")), 'desc' => _("Then:"),