Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-05-22 15:14:45 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-05-22 15:14:45 +0300
commitd4a9408e733dfd17bf374f39287927974b331148 (patch)
tree3d06455ced2302b06c8e31e3bfac8112eda77b1e /src/controllers/ViewpropertiesController.php
parenta6767addacd5f717ad0aa492d8fdf9acdfd75c5a (diff)
inspecting column dodoes no longer pass the query in the url
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index a5fc40b7..c1a6239c 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -129,7 +129,7 @@ class ViewpropertiesController extends BaseController
$_POST['formComment'] = $viewdata->fields['relcomment'];
}
- echo '<form action="' . \SUBFOLDER . "/src/views/viewproperties\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/viewproperties\" method=\"post\">\n";
echo "<table style=\"width: 100%\">\n";
echo "\t<tr>\n\t\t<th class=\"data left required\">{$this->lang['strdefinition']}</th>\n";
echo "\t\t<td class=\"data1\"><textarea style=\"width: 100%;\" rows=\"20\" cols=\"50\" name=\"formDefinition\">",
@@ -169,7 +169,7 @@ class ViewpropertiesController extends BaseController
$this->printTitle($this->lang['stralter'], 'pg.column.alter');
$this->printMsg($msg);
- echo '<form action="' . \SUBFOLDER . "/src/views/viewproperties\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/viewproperties\" method=\"post\">\n";
// Output view header
echo "<table>\n";
@@ -274,7 +274,7 @@ class ViewpropertiesController extends BaseController
$_POST['comment'] = $view->fields['relcomment'];
}
- echo '<form action="' . \SUBFOLDER . "/src/views/viewproperties\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/viewproperties\" method=\"post\">\n";
echo "<table>\n";
echo "<tr><th class=\"data left required\">{$this->lang['strname']}</th>\n";
echo '<td class="data1">';