Vylepseni zamku
authorThomas Mudrunka <tomas@mudrunka.cz>
Sat, 28 Jul 2012 23:38:51 +0000 (01:38 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sat, 28 Jul 2012 23:38:51 +0000 (01:38 +0200)
assistants/lock.inc.php
index.php

index c042ee9bbcdea8f4cde356f5c7393e155fb8ceb0..b94386453f6b45748c1ae005180bafd066a04c88 100644 (file)
@@ -7,7 +7,7 @@ switch($SUBPATH[0]) {
                        $user=$this->db->auth->get_user_id();
                        $username=$this->db->auth->get_username_by_id($user);
                        echo $this->html->form("$URL/2", 'POST', array(
-                               array('reason',$username,'textarea',false,'autofocus','reason:'),
+                               array('reason',"$username: ",'textarea',false,'autofocus','reason:'),
                                array('lock','lock','submit')
                        ));
                } else {
index 3200b84314f4205b17f21935d39a175c55009b2c..3c078e98f38039ca4c34e18686a04bdc977aeead 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -421,6 +421,7 @@ EOF;
                        'status_id' => 'status_name',
                        'item_author' => 'item_author_backend',
                        'item_customer' => 'item_customer',
+                       'lock_id' => 'lock_name',
                );
 
                foreach($table as $id => $row) {
This page took 0.140122 seconds and 4 git commands to generate.