aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-05-01 07:18:56 -0700
committerJim P <jim@pingle.org>2013-05-01 07:18:56 -0700
commitadc467f85d599f314d7941c6bf880e8d713b8d0e (patch)
treeb0aa5125a2004b0791f5d007332f071fc7bdc99c /config
parent88e90948393add97478dc6bb29e408b47d4599cb (diff)
parent5b9f4b5331d9bedf3971e489a744363b0ae10caf (diff)
downloadpfsense-packages-adc467f85d599f314d7941c6bf880e8d713b8d0e.tar.gz
pfsense-packages-adc467f85d599f314d7941c6bf880e8d713b8d0e.tar.bz2
pfsense-packages-adc467f85d599f314d7941c6bf880e8d713b8d0e.zip
Merge pull request #441 from ExolonDX/master
Fixed the "Go" button
Diffstat (limited to 'config')
-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>