浏览代码

Update sys_group_add.htm

tags/6.2.0
xushubieli 3 年前
父节点
当前提交
7347fe6b87
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/admin/templets/sys_group_add.htm

+ 2
- 2
src/admin/templets/sys_group_add.htm 查看文件

@@ -53,7 +53,7 @@
$tagname = str_replace('[br]', '<br>', $ls[2]); $tagname = str_replace('[br]', '<br>', $ls[2]);
if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>"; if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>";
else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname); else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname);
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>";
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label> ";
$k++; $k++;
} }
} }
@@ -69,7 +69,7 @@
$dsql->SetQuery('Select plusname From #@__plus'); $dsql->SetQuery('Select plusname From #@__plus');
$dsql->Execute(); $dsql->Execute();
while($row=$dsql->GetObject()){ while($row=$dsql->GetObject()){
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>";
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label> ";
$k++; $k++;
$l++; $l++;
if($l%6==0) echo "<br>"; if($l%6==0) echo "<br>";


正在加载...
取消
保存