From cb220c9f50d88a55f8c52a147456ec01e4357dff Mon Sep 17 00:00:00 2001 From: jangliss Date: Fri, 15 Apr 2005 03:46:38 +0000 Subject: [PATCH] Yucky template wrapping... Putting "back" the nowrap tags to make it look like it used to. We might want to consider using css classes in here and start adapting some of the stuff to include better css support as we implement templates. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9281 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/message_list.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 659f8833..e6cf2882 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -196,7 +196,7 @@ else foreach($aOrder as $iCol) { ?> - + ' ?> + echo '' ?> " id="" value="" /> "; + $sText = " "; $sText .= "$value\n"; echo $sText; break; case SQM_COL_INT_DATE: case SQM_COL_DATE: - $sText = " "; + $sText = " "; $sText .= $value. "\n"; echo $sText; break; default: - $sText = " - \ No newline at end of file + -- 2.25.1