* when edit company, add http to it's backyard and website fields.

This commit is contained in:
wangchunsheng
2013-02-18 23:41:34 +00:00
parent 222d7f2fcb
commit 498b5a95d0

View File

@@ -36,11 +36,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->company->website;?></th>
<td><?php echo html::input('website', $company->website, "class='text-1'");?></td>
<td><?php echo html::input('website', zget($company, 'website', 'http://'), "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->company->backyard;?></th>
<td><?php echo html::input('backyard', $company->backyard, "class='text-1'");?></td>
<td><?php echo html::input('backyard', zget($company, 'backyard', 'http://'), "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->company->pms;?></th>