Index: branches/unlabeled/unlabeled-1.79.4/core/kernel/db/db_event_handler.php =================================================================== diff -u -r7073 -r7354 --- branches/unlabeled/unlabeled-1.79.4/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 7073) +++ branches/unlabeled/unlabeled-1.79.4/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 7354) @@ -1259,6 +1259,7 @@ $object->setID(0); $this->Application->SetVar($event->getPrefixSpecial().'_id',0); + $this->Application->SetVar($event->getPrefixSpecial().'_PreCreate', 1); $event->redirect=false; } Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/popups/translator.tpl =================================================================== diff -u -r7027 -r7354 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/popups/translator.tpl (.../translator.tpl) (revision 7027) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/popups/translator.tpl (.../translator.tpl) (revision 7354) @@ -22,7 +22,6 @@ - Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/grid_blocks.tpl =================================================================== diff -u -r7283 -r7354 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 7283) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 7354) @@ -335,6 +335,9 @@ grid_filters - show individual filters for each column has_filters - draw filter section in "View" menu in toolbar --> + + + nobottomnotop"> Index: branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/tab_blocks.tpl =================================================================== diff -u -r6786 -r7354 --- branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/tab_blocks.tpl (.../tab_blocks.tpl) (revision 6786) +++ branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/tab_blocks.tpl (.../tab_blocks.tpl) (revision 7354) @@ -15,7 +15,7 @@
- url(img/tab_back.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0"> +
url(img/tab_back3.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0">
left.gif" width="15" height="23"> @@ -30,7 +30,7 @@ - url(img/tab_back.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0"> +
url(img/tab_back3.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0">
left.gif" width="15" height="23"> @@ -45,7 +45,7 @@ - url(img/tab_back.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0"> +
url(img/tab_back3.jpg) no-repeat top left;" cellpadding="0" cellspacing="0" border="0"> "> @@ -179,7 +179,7 @@ - + ">
left.gif" width="15" height="23"> style="border-top: black 1px solid;" background="img/tab_back.gif"> Index: branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php =================================================================== diff -u -r7090 -r7354 --- branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php (.../categories_item.php) (revision 7090) +++ branches/unlabeled/unlabeled-1.10.2/core/units/categories/categories_item.php (.../categories_item.php) (revision 7354) @@ -149,7 +149,7 @@ function IsRoot() { $category_id = $this->Application->GetVar($this->getPrefixSpecial().'_id'); - if (is_numeric($category_id) && $category_id == 0) { + if (is_numeric($category_id) && $category_id == 0 && !$this->Application->GetVar($this->getPrefixSpecial().'_PreCreate')) { $sql = 'SELECT '.$this->IDField.' FROM '.$this->TableName.' WHERE '.$this->IDField.' = '.$category_id; Index: branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -r7099 -r7354 --- branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 7099) +++ branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 7354) @@ -157,7 +157,7 @@ - +