aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-07-22 01:53:04 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-22 01:53:04 +0530
commit0e9eb9401a38fab3139a1df33fa7e0903ccfb18f (patch)
tree0ba0dc5965739bfa011f27ffcb2065acfc5fdc8b /phpBB/includes/search
parent1f77b95fe71e727238212ea4632220ae9cab99d7 (diff)
downloadforums-0e9eb9401a38fab3139a1df33fa7e0903ccfb18f.tar
forums-0e9eb9401a38fab3139a1df33fa7e0903ccfb18f.tar.gz
forums-0e9eb9401a38fab3139a1df33fa7e0903ccfb18f.tar.bz2
forums-0e9eb9401a38fab3139a1df33fa7e0903ccfb18f.tar.xz
forums-0e9eb9401a38fab3139a1df33fa7e0903ccfb18f.zip
[feature/sphinx-fulltext-search] use readonly instead of disabled
PHPBB3-10946
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index a4341f46e0..1888057db4 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -788,7 +788,7 @@ class phpbb_search_fulltext_sphinx
</dl>
<dl>
<dt><label for="fulltext_sphinx_config_file">' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE'] . ':</label><br /><span>' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN'] . '</dt>
- <dd>' . (($this->config_generate()) ? '<textarea disabled="disabled" rows="6">' . $this->config_file_data . '</textarea>' : $this->config_file_data) . '</dd>
+ <dd>' . (($this->config_generate()) ? '<textarea readonly="readonly" rows="6">' . $this->config_file_data . '</textarea>' : $this->config_file_data) . '</dd>
<dl>
';