aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-24 01:29:17 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-24 01:29:17 +0000
commit323c110cb7787a09c175594001e2ba16674d9c50 (patch)
tree27cb9a6bcf650ca9f184c5a505a8fc4b572a4ae8 /includes
parent2d2a0f5bc3b8ec9b756412da4228128afdf5d9da (diff)
downloadphpicalendar-323c110cb7787a09c175594001e2ba16674d9c50.tar.gz
phpicalendar-323c110cb7787a09c175594001e2ba16674d9c50.tar.bz2
phpicalendar-323c110cb7787a09c175594001e2ba16674d9c50.zip
Made some changed to user:pass system to be more auto configuring, and
now cookies work as well, as well as fixing subscribe and download links.
Diffstat (limited to 'includes')
-rw-r--r--includes/login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/login.php b/includes/login.php
index 43cf105..f374c31 100644
--- a/includes/login.php
+++ b/includes/login.php
@@ -27,8 +27,8 @@ echo <<<END
<div style="padding: 5px;">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
- <td>Username:</td>
- <td><input class="login_style" type="text" size="8" name="username"></td>
+ <td width="5%">Username:</td>
+ <td width="95%"><input class="login_style" type="text" size="8" name="username"></td>
</tr>
<tr>
<td>Password:</td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy