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-04-19 23:59:05 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-19 23:59:05 +0300
commit1286c500e1ba275fc96f75d0b2b1d887a0f00a07 (patch)
treed577014367376b8c3f816ba11e9d566b2417b484 /src/controllers/ViewpropertiesController.php
parenta4f48525a98d0c67e19ca5fc3bb21589dca6070c (diff)
Tag v 6.0.0-beta.39 enable php_console only on explicit settingv6.0.0-beta.39
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 74af3a84..bb5716b9 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.33
+ * PHPPgAdmin v6.0.0-beta.39
*/
namespace PHPPgAdmin\Controller;
@@ -29,7 +29,7 @@ class ViewpropertiesController extends BaseController
return $this->doTree();
}
- $this->printHeader($lang['strviews'] . ' - ' . $_REQUEST['view']);
+ $this->printHeader($lang['strviews'].' - '.$_REQUEST['view']);
$this->printBody();
switch ($action) {
@@ -126,7 +126,7 @@ class ViewpropertiesController extends BaseController
'column' => [
'title' => $lang['strcolumn'],
'field' => Decorator::field('attname'),
- 'url' => "colproperties?subject=column&amp;{$this->misc->href}&amp;view=" . urlencode($_REQUEST['view']) . '&amp;',
+ 'url' => "colproperties?subject=column&amp;{$this->misc->href}&amp;view=".urlencode($_REQUEST['view']).'&amp;',
'vars' => ['column' => 'attname'],
],
'type' => [
@@ -311,7 +311,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\">{$lang['strdefinition']}</th>\n";
echo "\t\t<td class=\"data1\"><textarea style=\"width: 100%;\" rows=\"20\" cols=\"50\" name=\"formDefinition\">",
@@ -348,7 +348,7 @@ class ViewpropertiesController extends BaseController
$this->printTabs('view', 'export');
$this->printMsg($msg);
- echo '<form action="' . \SUBFOLDER . "/src/views/dataexport\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/dataexport\" method=\"post\">\n";
echo "<table>\n";
echo "<tr><th class=\"data\">{$lang['strformat']}</th><th class=\"data\" colspan=\"2\">{$lang['stroptions']}</th></tr>\n";
// Data only
@@ -463,7 +463,7 @@ class ViewpropertiesController extends BaseController
$this->printTitle($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";
@@ -569,7 +569,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\">{$lang['strname']}</th>\n";
echo '<td class="data1">';