about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-17 23:09:32 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-17 23:09:32 +0000
commit040347defce0535749683cb0c14c781139d672fc (patch)
tree66611ffa0eadf7a753a09de87b1be6906771372d
parent8ae5ada819bd908cac5c3889e5864a10372787ad (diff)
downloadinstadisc-040347defce0535749683cb0c14c781139d672fc.tar.gz
instadisc-040347defce0535749683cb0c14c781139d672fc.tar.bz2
instadisc-040347defce0535749683cb0c14c781139d672fc.zip
Update: Fixed form field mixup
This is a new one. Instead of a [15], we have a
"im-too-lazy-to-create-a-new-ticket-for-this-little-mistake-so-im-just-going-to-put-it-with-the-original-plugin-request-ticket" Lovely.

Refs #6
-rw-r--r--update/plugin/wordpress/trunk/instadisc/instadisc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 326fc85..6fc8718 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php
@@ -74,7 +74,7 @@ function id_settings_page()
74<TR VALIGN="top"> 74<TR VALIGN="top">
75 <TH SCOPE="row"><LABEL>Subscription ID</LABEL> 75 <TH SCOPE="row"><LABEL>Subscription ID</LABEL>
76 <TD> 76 <TD>
77 <INPUT TYPE="password" NAME="instaDisc_blogPost_subscriptionID" VALUE="<?php echo(get_option('instaDisc_blogPost_subscriptionID')); ?>" SIZE="40"> 77 <INPUT TYPE="text" NAME="instaDisc_blogPost_subscriptionID" VALUE="<?php echo(get_option('instaDisc_blogPost_subscriptionID')); ?>" SIZE="40">
78 <BR>This is the unique identifier this subscription is listed under on your Series Control. 78 <BR>This is the unique identifier this subscription is listed under on your Series Control.
79 </TD> 79 </TD>
80</TR> 80</TR>
@@ -85,7 +85,7 @@ function id_settings_page()
85<TR VALIGN="top"> 85<TR VALIGN="top">
86 <TH SCOPE="row"><LABEL>Encryption Password</LABEL> 86 <TH SCOPE="row"><LABEL>Encryption Password</LABEL>
87 <TD> 87 <TD>
88 <INPUT TYPE="text" NAME="instaDisc_blogPost_password" VALUE="<?php echo(get_option('instaDisc_blogPost_password')); ?>" SIZE="40"> 88 <INPUT TYPE="password" NAME="instaDisc_blogPost_password" VALUE="<?php echo(get_option('instaDisc_blogPost_password')); ?>" SIZE="40">
89 <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. 89 <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank.
90 </TD> 90 </TD>
91</TR> 91</TR>
@@ -105,7 +105,7 @@ function id_settings_page()
105<TR VALIGN="top"> 105<TR VALIGN="top">
106 <TH SCOPE="row"><LABEL>Subscription ID</LABEL> 106 <TH SCOPE="row"><LABEL>Subscription ID</LABEL>
107 <TD> 107 <TD>
108 <INPUT TYPE="password" NAME="instaDisc_comment_subscriptionID" VALUE="<?php echo(get_option('instaDisc_comment_subscriptionID')); ?>" SIZE="40"> 108 <INPUT TYPE="text" NAME="instaDisc_comment_subscriptionID" VALUE="<?php echo(get_option('instaDisc_comment_subscriptionID')); ?>" SIZE="40">
109 <BR>This is the unique identifier this subscription is listed under on your Series Control. 109 <BR>This is the unique identifier this subscription is listed under on your Series Control.
110 </TD> 110 </TD>
111</TR> 111</TR>
@@ -116,7 +116,7 @@ function id_settings_page()
116<TR VALIGN="top"> 116<TR VALIGN="top">
117 <TH SCOPE="row"><LABEL>Encryption Password</LABEL> 117 <TH SCOPE="row"><LABEL>Encryption Password</LABEL>
118 <TD> 118 <TD>
119 <INPUT TYPE="text" NAME="instaDisc_comment_password" VALUE="<?php echo(get_option('instaDisc_comment_password')); ?>" SIZE="40"> 119 <INPUT TYPE="password" NAME="instaDisc_comment_password" VALUE="<?php echo(get_option('instaDisc_comment_password')); ?>" SIZE="40">
120 <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. 120 <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank.
121 </TD> 121 </TD>
122</TR> 122</TR>