* change for bind sendcloud.

This commit is contained in:
wangyidong
2016-12-19 09:32:08 +08:00
parent 865184fc04
commit 86b0a414f5
17 changed files with 670 additions and 29 deletions
+4 -4
View File
@@ -19,10 +19,10 @@
</div>
</div>
<div class='alert'>
<div class='pull-right'><?php echo html::a(inlink('bind'), $lang->admin->bind->caption, '', "class='btn btn-success'");?></div>
<div class='pull-right'><?php echo html::a(inlink('bind', "from=$from"), $lang->admin->bind->caption, '', "class='btn btn-success'");?></div>
<i class='icon-info-sign'></i>
<div class='content'>
<?php echo sprintf($lang->admin->register->bind, html::a(inlink('bind'), $lang->admin->register->click));?>
<?php echo sprintf($lang->admin->register->bind, html::a(inlink('bind', "from=$from"), $lang->admin->register->click));?>
</div>
</div>
<form class='form-condensed mw-600px' method="post" target="hiddenwin">
@@ -43,8 +43,8 @@
<td><?php echo html::input('company', $register->company, "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->phone;?></th>
<td><?php echo html::input('phone', '', "class='form-control'");?></td>
<th><?php echo $lang->user->mobile;?></th>
<td><?php echo html::input('mobile', '', "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->email;?></th>