summaryrefslogtreecommitdiffstats
path: root/templates/show_add_catalog.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-11-19 06:17:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-11-19 06:17:55 +0000
commitd10f33bcd06aef5cb6b42926c1a495019fbab1cf (patch)
tree5bcc82e260e21a4d017af6123308c51c9ec7ad94 /templates/show_add_catalog.inc.php
parente4ca74f2b0daeb181212a93be3bd3efe664c3cf0 (diff)
downloadampache-d10f33bcd06aef5cb6b42926c1a495019fbab1cf.tar.gz
ampache-d10f33bcd06aef5cb6b42926c1a495019fbab1cf.tar.bz2
ampache-d10f33bcd06aef5cb6b42926c1a495019fbab1cf.zip
Remove XML-RPC functions and start prep for use of new API for ampache catalog syncs
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r--templates/show_add_catalog.inc.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php
index 7b69a38f..ee0dfef3 100644
--- a/templates/show_add_catalog.inc.php
+++ b/templates/show_add_catalog.inc.php
@@ -57,8 +57,12 @@ $default_sort = "%a/%A";
</td>
</tr>
<tr>
- <td><?php echo _('XML-RPC Key'); ?>: </td>
- <td><input size="30" type="text" name="key" value="" /><span class="error">*<?php echo _('Required for Remote Catalogs'); ?></span></td>
+ <td><?php echo _('Remote Catalog Username'); ?>: </td>
+ <td><input size="30" type="text" name="remote_username" value="" /><span class="error">*<?php echo _('Required for Remote Catalogs'); ?></span></td>
+</tr>
+<tr>
+ <td><?php echo _('Remote Catalog Password'); ?>: </td>
+ <td><input size="30" type="password" name="remote_password" value="" /><span class="error">*<?php echo _('Required for Remote Catalogs'); ?></span></td>
</tr>
<tr>
<td><?php echo _('Filename Pattern'); ?>: </td>