diff options
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r-- | templates/show_add_catalog.inc.php | 8 |
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> |