Skip to content

Commit

Permalink
Made email and token text input box larger in action=edit.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@134 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
James Richards committed Mar 24, 2003
1 parent d808ff3 commit ebc122a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tokens.php
Expand Up @@ -625,11 +625,11 @@
echo "</tr>\n";
echo "<tr>\n";
echo "\t<td align='right' width='20%'>$setfont<b>Email:</b></td>\n";
echo "\t<td bgcolor='#EEEEEE'>$setfont<input type='text' $slstyle size='40' name='email' value='$email'></td>\n";
echo "\t<td bgcolor='#EEEEEE'>$setfont<input type='text' $slstyle size='50' name='email' value='$email'></td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "\t<td align='right' width='20%'>$setfont<b>Token:</b></td>\n";
echo "\t<td bgcolor='#EEEEEE'>$setfont<input type='text' size='10' $slstyle name='token' value='$token'></td>\n";
echo "\t<td bgcolor='#EEEEEE'>$setfont<input type='text' size='15' $slstyle name='token' value='$token'></td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "\t<td align='right' width='20%'>$setfont<b>Sent?:</b></td>\n";
Expand Down

0 comments on commit ebc122a

Please sign in to comment.