From 447abe485b55e42e2dfebd1a76a1aa981a25eab3 Mon Sep 17 00:00:00 2001 From: jengo Date: Fri, 8 Dec 2000 14:58:02 +0000 Subject: [PATCH] alternate_row_color() doesn't require you to pass it a value, you can call it without a value and it will return the new color --- admin/templates/default/applications.tpl | 6 +++--- doc/CHANGELOG | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/templates/default/applications.tpl b/admin/templates/default/applications.tpl index 5c9056c963..d31775c0c8 100644 --- a/admin/templates/default/applications.tpl +++ b/admin/templates/default/applications.tpl @@ -8,9 +8,9 @@ {sort_title} - {lang_edit} - {lang_delete} - {lang_enabled} + {lang_edit} + {lang_delete} + {lang_enabled} {rows} diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 9805e915d4..185afb3b2d 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -13,6 +13,7 @@ - Fixed denylogin form not display and converted it to a template. - Added select box option for multiable domains in login.php - Fixed proxy server support for headlines and check for new version on main screen. + - Fixed headlines preferences and converted headline preferences to a template [0.9.7] - Fixed SQL error in tts - Fixed table locking in admin -> edit account