Skip to content

Commit

Permalink
Merge branch 'sprint/scx_xuanxuan_title' into 'master'
Browse files Browse the repository at this point in the history
*Xuanxuan title.

See merge request easycorp/zentaopms!1705
  • Loading branch information
holan20180123 committed Jan 29, 2022
2 parents bc7d190 + 5847d90 commit e7936ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xuanxuan/module/setting/ext/view/xuanxuan.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<form method='post' id='ajaxForm' class='form-ajax'>
<table class='table table-form'>
<tr>
<th class='w-120px'><?php echo $lang->im->version;?></th>
<th class='w-130px'><?php echo $lang->im->version;?></th>
<td class='w-p30'><?php echo $config->xuanxuan->version;?></td>
</tr>
<tr>
<th class='w-120px'><?php echo $lang->im->turnon;?></th>
<th class='w-130px'><?php echo $lang->im->turnon;?></th>
<td class='w-p30'><?php echo $type == 'edit' ? html::radio('turnon', $lang->im->turnonList, $turnon) : zget($lang->im->turnonList, $config->xuanxuan->turnon);?></td>
<td></td>
</tr>
Expand Down

0 comments on commit e7936ef

Please sign in to comment.