summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-15 03:57:21 +0100
committerAndrew Dolgov <[email protected]>2007-08-15 03:57:21 +0100
commit766d42aed5a6f51202598dfd9e9995b090609f5a (patch)
tree0e8b95aab2ea9369d58b70b0aad9229e4f6673d0 /modules/popup-dialog.php
parentc7ccd0435c6c014684e5ba5ac229598fd17048d2 (diff)
feed subscribe dialog: align fields
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 518252a9f..5316a0279 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -59,7 +59,7 @@
print "<input type=\"hidden\" name=\"from\" value=\"tt-rss\">";
print "<table width='100%'>
- <tr><td>".__('Feed URL:')."</td><td>
+ <tr><td width='20%'>".__('Feed URL:')."</td><td>
<input class=\"iedit\" onblur=\"javascript:enableHotkeys()\"
onkeypress=\"return filterCR(event, qaddFeed)\"
onkeyup=\"toggleSubmitNotEmpty(this, 'fadd_submit_btn')\"
@@ -87,7 +87,7 @@
print "<div id='fadd_login_container' style='display:none'>
<table width='100%'>
- <tr><td>".__('Login:')."</td><td><input name='auth_login' class='iedit'></td></tr>
+ <tr><td width='20%'>".__('Login:')."</td><td><input name='auth_login' class='iedit'></td></tr>
<tr><td>".__('Password:')."</td><td><input type='password'
name='auth_pass' class='iedit'></td></tr>
</table>