summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_live_stream_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /templates/show_edit_live_stream_row.inc.php
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'templates/show_edit_live_stream_row.inc.php')
-rw-r--r--templates/show_edit_live_stream_row.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_edit_live_stream_row.inc.php b/templates/show_edit_live_stream_row.inc.php
index 475a2e78..48284165 100644
--- a/templates/show_edit_live_stream_row.inc.php
+++ b/templates/show_edit_live_stream_row.inc.php
@@ -32,19 +32,19 @@
</tr>
<tr>
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($radio->name); ?>" size="9" />
+ <input type="text" name="name" value="<?php echo scrub_out($radio->name); ?>" size="9" />
</td>
<td>
- <input type="textbox" name="url" value="<?php echo scrub_out($radio->url); ?>" size ="12" />
+ <input type="text" name="url" value="<?php echo scrub_out($radio->url); ?>" size ="12" />
</td>
<td>
- <input type="textbox" name="site_url" value="<?php echo scrub_out($radio->site_url); ?>" size="9" />
+ <input type="text" name="site_url" value="<?php echo scrub_out($radio->site_url); ?>" size="9" />
</td>
<td>
- <input type="textbox" name="call_sign" value="<?php echo scrub_out($radio->call_sign); ?>" size="6" />
+ <input type="text" name="call_sign" value="<?php echo scrub_out($radio->call_sign); ?>" size="6" />
</td>
<td>
- <input type="textbox" name="frequency" value="<?php echo scrub_out($radio->frequency); ?>" size="6" />
+ <input type="text" name="frequency" value="<?php echo scrub_out($radio->frequency); ?>" size="6" />
</td>
<td>
<input type="hidden" name="id" value="<?php echo $radio->id; ?>" />