* changed css names to compatible with zui.
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
<caption><?php echo $lang->sso->create;?></caption>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->sso->title;?></th>
|
||||
<td><?php echo html::input('title', '', "class='text-3' placeholder='{$lang->sso->note->title}'");?></td>
|
||||
<td><?php echo html::input('title', '', "class='form-control' placeholder='{$lang->sso->note->title}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->sso->code;?></th>
|
||||
<td><?php echo html::input('code', '', "class='text-3' placeholder='{$lang->sso->note->code}'");?></td>
|
||||
<td><?php echo html::input('code', '', "class='form-control' placeholder='{$lang->sso->note->code}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->sso->key;?></th>
|
||||
<td>
|
||||
<?php echo html::input('key', $key, "class='text-3' readonly='readonly'");?>
|
||||
<?php echo html::input('key', $key, "class='form-control' readonly='readonly'");?>
|
||||
<?php echo html::a('javascript:void(0)', $lang->sso->createKey, '', 'onclick="createKey()"')?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user