aboutsummaryrefslogtreecommitdiffstats
path: root/config/filemgr
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-05-01 14:53:04 +0100
committerColin Fleming <cj_fleming@sky.com>2013-05-01 14:53:04 +0100
commit5b9f4b5331d9bedf3971e489a744363b0ae10caf (patch)
tree5fe522d7fee496e862abc125b9d0c5bf53a0a22d /config/filemgr
parent20765c96dc454d40d452fd4dbeb91c2ec5c53d12 (diff)
downloadpfsense-packages-5b9f4b5331d9bedf3971e489a744363b0ae10caf.tar.gz
pfsense-packages-5b9f4b5331d9bedf3971e489a744363b0ae10caf.tar.bz2
pfsense-packages-5b9f4b5331d9bedf3971e489a744363b0ae10caf.zip
Fixt the "Go" button
Fixt the "Go" button http://forum.pfsense.org/index.php?PHPSESSID=684f546092352dae8f508fcc255d8bb9&topic=26974.msg140414#msg140414
Diffstat (limited to 'config/filemgr')
-rw-r--r--config/filemgr/file_manager.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/filemgr/file_manager.tmp b/config/filemgr/file_manager.tmp
index 9699ec22..8c5ee1c5 100644
--- a/config/filemgr/file_manager.tmp
+++ b/config/filemgr/file_manager.tmp
@@ -477,8 +477,8 @@ if('ok' == 'ok'){
</div>
<form id="path" name="path" method="get" action="" class="path">
- <input type="text" name="p" id="location" value="<?php echo $current_folder; ?>" />
- <img src="rbfmimg/go.png" name="go" width="35" height="18" id="go" alt="go" title="go" />
+ <input name="p" type="text" id="location" value="<?php echo $current_folder; ?>" />
+ <input name="go" type="image" id="go" value="Go" src="rbfmimg/go.png" style="width:35;height:18" />
</form>
<div class="url_path"><br />URL path: <a href="/<?php echo $url_path; ?>" target="_blank"><?php echo $url_path; ?></a></div>
<div class="container"> <?php echo $container; ?> <?php echo $error; ?> </div>