aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--config/filemgr/file_manager.tmp4
-rwxr-xr-xpkg_config.7.xml2
-rw-r--r--pkg_config.8.xml2
3 files changed, 4 insertions, 4 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>
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 2f08ebd0..6fe7c490 100755
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -22,7 +22,7 @@
<category>Diagnostics</category>
<pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
<config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
- <version>0.1.2</version>
+ <version>0.1.3</version>
<status>Beta</status>
<required_version>1.2.2</required_version>
<maintainer>tom@tomschaefer.org</maintainer>
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index 40d6e119..44dbb72a 100644
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -108,7 +108,7 @@
<category>Diagnostics</category>
<pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink>
<config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file>
- <version>0.1.2</version>
+ <version>0.1.3</version>
<status>Beta</status>
<required_version>2.0</required_version>
<maintainer>tom@tomschaefer.org</maintainer>