@@ -1091,42 +1091,42 @@ class e_install
- |
+ ".HELPICON."".LANINS_073." |
previous_steps['admin']['user'] : "")."' maxlength='60' />
- ".LANINS_073."
+
|
- |
+ ".HELPICON."".LANINS_123." |
previous_steps['admin']['display'] : "")."' maxlength='60' />
- ".LANINS_123."
+
|
- |
+ ".HELPICON."".LANINS_124." |
- ".LANINS_124."
+
|
- |
+ ".HELPICON."".LANINS_079." |
- ".LANINS_079."
+
|
- |
+ ".HELPICON."".LANINS_081." |
previous_steps['admin']['email'] : '')."' maxlength='100' />
- ".LANINS_081."
+
|
@@ -1841,14 +1841,8 @@ if($this->pdo == true)
$url_config = eRouter::adminBuildConfig(array(), $url_modules);
$this->previous_steps['prefs']['url_aliases'] = array();
-
- if(empty($pref['url_config']))
- {
- $this->previous_steps['prefs']['url_config'] = $url_config;
- }
-
+ $this->previous_steps['prefs']['url_config'] = $url_config;
$this->previous_steps['prefs']['url_modules'] = $url_modules;
-
$this->previous_steps['prefs']['url_locations'] = $url_locations;
@@ -2494,7 +2488,7 @@ function template_data()
$(document).ready(function()
{
- $("input,textarea,select,label,.e-tip").each(function(c) {
+ $(".e-tip,input,textarea,select,label").each(function(c) {
var t = $(this).nextAll(".field-help");
t.hide();