template editing bugfix
This commit is contained in:
parent
0bb4091ade
commit
95e032d4dc
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
|
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
|
||||||
- bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
|
- bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
|
||||||
- bugfix [ 1038129 ] Error importing with filemanagerimport.pl
|
- bugfix [ 1038129 ] Error importing with filemanagerimport.pl
|
||||||
|
- bugfix [ 1037605 ] Template changes not saved
|
||||||
|
- bugfix [ 1037531 ] 6.2.6 error (and further back)
|
||||||
|
|
||||||
6.2.6
|
6.2.6
|
||||||
- Fixed a GUID bug in the Site Map wobject.
|
- Fixed a GUID bug in the Site Map wobject.
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ sub www_editTemplate {
|
||||||
$f = WebGUI::HTMLForm->new;
|
$f = WebGUI::HTMLForm->new;
|
||||||
$f->hidden("op","editTemplateSave");
|
$f->hidden("op","editTemplateSave");
|
||||||
$f->readOnly($session{form}{tid},WebGUI::International::get(503));
|
$f->readOnly($session{form}{tid},WebGUI::International::get(503));
|
||||||
$f->raw('<input type="hidden" name="op2" value="'.$session{form}{afterEdit}.' />');
|
$f->raw('<input type="hidden" name="op2" value="'.$session{form}{afterEdit}.'" />');
|
||||||
if ($session{form}{tid} eq "new") {
|
if ($session{form}{tid} eq "new") {
|
||||||
$namespaces = WebGUI::SQL->buildHashRef("select distinct(namespace),namespace
|
$namespaces = WebGUI::SQL->buildHashRef("select distinct(namespace),namespace
|
||||||
from template order by namespace");
|
from template order by namespace");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue