File: /www/wwwroot/oa.sanjiangapp.com/app/oa/refund/view/setrefundby.html.php
<?php
/**
* The set money view file of refund module of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Tingting Dai <daitingting@xirangit.com>
* @package refund
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php if(!$module):?>
<div class='main-row'>
<?php include 'side.html.php';?>
<div class='main-col'>
<?php endif;?>
<div class='panel panel-block'>
<div class='panel-heading'>
<strong><?php echo $lang->refund->setRefundBy;?></strong>
</div>
<div class='panel-body'>
<form id='ajaxForm' class='form' method='post'>
<table class='table table-form'>
<tr>
<th class='w-60px'><?php echo $lang->refund->refundBy;?></th>
<td class='w-200px'><?php echo html::select('refundBy', $users, zget($config->refund, 'refundBy', ''), "class='form-control chosen'");?></td>
<td></td>
</tr>
<tr>
<th></th>
<td class='form-actions'><?php echo html::submitButton();?></td>
<td></td>
</tr>
</table>
</form>
</div>
</div>
<?php if(!$module):?>
</div>
</div>
<?php endif;?>
<?php include '../../common/view/footer.html.php';?>