+<tr><td><?php echo m("Amazon Access Key ID:"); ?></td><td><input type='text' width='20' value='<?php echo htmlspecialchars(get_config('aws_keyid', '')) ?>' name='aws_keyid' /></td></tr>
+<tr><td><?php echo m("Amazon Secret Access Key:"); ?></td><td><input type='password' width='40' value='<?
+ $pass = get_config('aws_secret', '');
+ if(strlen($pass) != 0) {
+ echo HASH_PASS;
+ }
+ ?>' name='aws_secret' /></td></tr>