* updated zui.

* ajusted style of 'doc/editlib'.
This commit is contained in:
Catouse
2014-05-05 09:39:51 +08:00
parent 12a026a0c9
commit e083bf99ad
3 changed files with 6 additions and 10 deletions
+5 -6
View File
@@ -22,16 +22,15 @@
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['doclib']);?></span>
<strong><small class='text-muted'><i class='icon icon-pencil'></i></small> <?php echo $lang->doc->editLib;?></strong>
<strong><?php echo $lang->doc->editLib;?></strong>
</div>
</div>
<div class='main'>
<form method='post' class='form-condensed'>
<div class='form-group'>
<label for="name"><?php echo $lang->doc->libName;?></label>
<?php echo html::input('name', $libName, "class='form-control'");?>
<form method='post' class='form-condensed' style='margin: 30px 50px'>
<div class='input-group'>
<?php echo html::input('name', $libName, "class='form-control' placeholder='{$lang->doc->libName}'");?>
<span class='input-group-btn'><?php echo html::submitButton();?></span>
</div>
<?php echo html::submitButton();?>
</form>
</div>
<?php endif;?>