remove label

This commit is contained in:
wlx 2013-04-19 01:28:46 +00:00
parent 9a63ab891c
commit 729219c5be
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ $this->theme->AppendPlus($this,'colorbox');
<li class="well well-small">
<p><span class="title"><?php echo $item['title'];?></span></p>
<p>
编号:<label><?= $item['code'];?></label> |
编号:<?= $item['code'];?> |
负责人:<?= $item['name'];?> |
开始时间:<?= $item['pstart'];?> | 
状态:<?= $item['status'];?>
@ -79,4 +79,4 @@ $this->theme->AppendPlus($this,'colorbox');
$(document).ready(function(){
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
});
</script>
</script>