From: jangliss Date: Fri, 15 Apr 2005 03:46:38 +0000 (+0000) Subject: Yucky template wrapping... Putting "back" the nowrap tags to make it look X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cb220c9f50d88a55f8c52a147456ec01e4357dff;p=squirrelmail.git 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 --- 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 +