Reminders to remove HTML from core
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 9 Jan 2007 06:27:51 +0000 (06:27 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 9 Jan 2007 06:27:51 +0000 (06:27 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12107 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_identities.php

index a49f603644d5d3bc1f38d9f93c0daf5b5a58be77..cc463c710a45648078326199e1174a9719d2e86a 100644 (file)
@@ -89,11 +89,13 @@ $a['ReplyTo'] = '';
 $a['Signature'] = '';
 $i[count($i)] = $a;
 
+//FIXME: NO HTML IN THE CORE
 echo '<form name="f" action="options_identities.php" method="post">' . "\n";
 
 $oTemplate->assign('identities', $i);
 $oTemplate->display('options_advidentity_list.tpl');
 
+//FIXME: NO HTML IN THE CORE
 echo "</form>\n";
 
 $oTemplate->display('footer.tpl');
@@ -143,6 +145,7 @@ function ShowIdentityInfo($title, $identity, $id ) {
 
     $return_str = '';
 
+//FIXME: NO HTML IN THE CORE
     $return_str .= '<tr>' . "\n";
     $return_str .= '  <th style="text-align:center;background-color:' . $color[9] . ';" colspan="2">' . $title . '</th> '. "\n";
     $return_str .= '</tr>' . "\n";
@@ -189,6 +192,7 @@ function ShowIdentityInfo($title, $identity, $id ) {
  * @access private
  */
 function sti_input( $title, $name, $data, $bgcolor ) {
+//FIXME: NO HTML IN THE CORE
     $str = '';
     $str .= '<tr' . $bgcolor . ">\n";
     $str .= '  <td style="white-space: nowrap;text-align:right;">' . $title . ' </td>' . "\n";
@@ -211,6 +215,7 @@ function sti_input( $title, $name, $data, $bgcolor ) {
  * @access private
  */
 function sti_textarea( $title, $name, $data, $bgcolor ) {
+//FIXME: NO HTML IN THE CORE
     $str = '';
     $str .= '<tr' . $bgcolor . ">\n";
     $str .= '  <td style="white-space: nowrap;text-align:right;">' . $title . ' </td>' . "\n";