Index: branches/unlabeled/unlabeled-1.44.2/kernel/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -r5736 -r5856 --- branches/unlabeled/unlabeled-1.44.2/kernel/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 5736) +++ branches/unlabeled/unlabeled-1.44.2/kernel/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 5856) @@ -42,10 +42,19 @@ - - - - + + + + + + + + + + + + + @@ -63,13 +72,16 @@   + + + - + - + @@ -80,6 +92,9 @@   + + + @@ -94,6 +109,9 @@ [upload]" id="[upload]" value="">   + + + @@ -108,6 +126,9 @@ " id="" value="" tabindex="" size="" maxlength="" class="" onblur="">   + + + @@ -130,6 +151,9 @@ " id="" value="">   + + + @@ -151,6 +175,9 @@  " id="" value="" tabindex="" size="" class=""> ()   + + + @@ -167,11 +194,12 @@   + + + - - "> @@ -184,6 +212,9 @@   + + + @@ -201,6 +232,9 @@   + + + @@ -226,6 +260,9 @@   + + + @@ -248,6 +285,9 @@   + + + @@ -261,6 +301,9 @@   + + + @@ -285,6 +328,9 @@   + + + @@ -318,6 +364,9 @@   + + + Index: branches/unlabeled/unlabeled-1.62.2/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r5770 -r5856 --- branches/unlabeled/unlabeled-1.62.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 5770) +++ branches/unlabeled/unlabeled-1.62.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 5856) @@ -1555,6 +1555,19 @@ $records = array_merge_recursive($records, $heading_records); } } + + /** + * Allows to determine if original value should be shown + * + * @param Array $params + * @return bool + */ + function DisplayOriginal($params) + { + // original id found & greather then zero + show original + $display_original = isset($params['display_original']) && $params['display_original']; + return $display_original && $this->Application->GetVar($this->Prefix.'.original_id'); + } } Index: branches/unlabeled/unlabeled-1.36.2/kernel/admin_templates/incs/grid_blocks.tpl =================================================================== diff -u -r5760 -r5856 --- branches/unlabeled/unlabeled-1.36.2/kernel/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 5760) +++ branches/unlabeled/unlabeled-1.36.2/kernel/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 5856) @@ -283,12 +283,10 @@ - + @@ -317,12 +315,12 @@ - " id="_" sequence=""> - + " id="_" sequence=""> + - + Index: branches/unlabeled/unlabeled-1.7.2/core/admin_templates/incs/custom_blocks.tpl =================================================================== diff -u -r5727 -r5856 --- branches/unlabeled/unlabeled-1.7.2/core/admin_templates/incs/custom_blocks.tpl (.../custom_blocks.tpl) (revision 5727) +++ branches/unlabeled/unlabeled-1.7.2/core/admin_templates/incs/custom_blocks.tpl (.../custom_blocks.tpl) (revision 5856) @@ -14,13 +14,13 @@ "> - " type="checkbox" id="_cb_" name="_cb_" class="" onclick="update_checkbox(this, document.getElementById(''))"> + " type="checkbox" id="_cb_" name="_cb_" onclick="update_checkbox(this, document.getElementById(''))"> @@ -32,7 +32,7 @@ - + @@ -64,9 +64,12 @@ - + + + + " > @@ -75,6 +78,9 @@   + + + @@ -84,6 +90,11 @@ + + + + +