Byla zlepsena vizualni stranka vykreslovani barcodu
[mirrors/SokoMan.git] / index.php
index a2423df11502a2f1d3fc6fbe53456338784269e1..6f7392ce1b30b04443e55acec61947f3359f6715 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -650,9 +650,9 @@ class Sklad_UI {
                $html.= '-';
                $html.= $this->html->link('>>', "$class/$id_next/");
                $html.= '<br />';
+               $html.='<span style="float:right;">'.$this->html->render_barcode(BARCODE_PREFIX.strtoupper("$class/$id")).'</span>';
                $html.= $this->html->link('edit', "$class/$id/edit/");
                if($this->db->contains_history($class)) $html.= ' ][ '.$this->html->link('history', "$class/$id/history/");
-               $html.='<br />'.$this->html->render_barcode(BARCODE_PREFIX.strtoupper("$class/$id"));
                return $html;
        }
 
@@ -842,4 +842,4 @@ class Sklad_UI {
 $sklad = new Sklad_UI();
 $sklad->process_http_request();
 
-echo("<hr/>");
+echo('<br style="clear:both;" /><hr />');
This page took 0.136789 seconds and 4 git commands to generate.