$submittext . '">',
'center', $color[4], 'colspan="2"')
)
- , 'center', '', 'border="0" cellpadding="1" cols="2" width="90%"') ."\n";
+ , 'center', '', 'border="0" cellpadding="1" width="90%"') ."\n";
}
"\n". '<strong>' . _("Update address") . '</strong>' ."\n",
'center', $color[0] )
),
- 'center', '', 'width="100%" cols="1"' ) .
+ 'center', '', 'width="100%" ' ) .
address_form("editaddr", _("Update address"), $olddata);
echo '<INPUT TYPE=hidden NAME=oldnick VALUE="' .
htmlspecialchars($olddata["nickname"]) . "\">\n" .
'">' . _("ERROR") . ': ' . $abook->error . '</font></strong>' ."\n",
'center' )
),
- 'center', '', 'width="100%" cols="1"' );
+ 'center', '', 'width="100%"' );
/* Display the "new address" form again */
echo '<FORM ACTION="' . $PHP_SELF .
"\n". '<br><strong>' . _("Update address") . '</strong>' ."\n",
'center', $color[0] )
),
- 'center', '', 'width="100%" cols="1"' ) .
+ 'center', '', 'width="100%"' ) .
address_form("editaddr", _("Update address"), $newdata);
echo '<INPUT TYPE=hidden NAME=oldnick VALUE="' .
htmlspecialchars($oldnick) . "\">\n" .
'">' . _("ERROR") . ': ' . $formerror . '</font></strong>' ."\n",
'center' )
),
- 'center', '', 'width="100%" cols="1"' );
+ 'center', '', 'width="100%"' );
}
html_tag( 'tr',
html_tag( 'td', "\n" . '<strong>' . $row['source'] . '</strong>' . "\n", 'center', $color[0] )
) ,
- 'center', '', 'width="95%" cols="1"' ) ."\n"
- . html_tag( 'table', '', 'center', '', 'cols="5" border="0" cellpadding="1" cellspacing="0" width="90%"' ) .
+ 'center', '', 'width="95%"' ) ."\n"
+ . html_tag( 'table', '', 'center', '', 'border="0" cellpadding="1" cellspacing="0" width="90%"' ) .
html_tag( 'tr', "\n" .
html_tag( 'th', ' ', 'left', '', 'width="1%"' ) .
html_tag( 'th', _("Nickname"), 'left', '', 'width="1%"' ) .
'center', $color[0]
)
)
- , 'center', '', 'width="100%" cols="1"' ) ."\n";
+ , 'center', '', 'width="100%"' ) ."\n";
address_form('addaddr', _("Add address"), $defdata);
echo '</FORM>';