|
989 | 989 | <tr> |
990 | 990 | <td> |
991 | 991 | <table id="security-system-table" style="display: none;"> |
| 992 | + <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;"> |
| 993 | + <?=_('API');?> |
| 994 | + </td> |
992 | 995 | <tr> |
993 | | - <td class="vst-text step-top"> |
| 996 | + <td class="vst-text input-label"> |
994 | 997 | <?php print _('Enable API access');?> |
995 | 998 | </td> |
996 | 999 | </tr> |
|
1022 | 1025 | </td> |
1023 | 1026 | </tr> |
1024 | 1027 | </table> |
1025 | | - </td></tr> |
| 1028 | + </td> |
| 1029 | + </tr> |
| 1030 | + <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;"> |
| 1031 | + <?=_('Login');?> |
| 1032 | + </td> |
1026 | 1033 | <tr> |
1027 | 1034 | <td class="vst-text input-label"> |
1028 | 1035 | <?php print _('Login screen style');?> |
|
1078 | 1085 | <td> |
1079 | 1086 | <table id="security-sysadminprotect-table" class="step-top" style="display: none;"> |
1080 | 1087 | <tr> |
1081 | | - <td class="vst-text input-label step-top" style="font-size:0.95rem;"> |
| 1088 | + <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;"> |
1082 | 1089 | <?=_('System Administrator account');?> |
1083 | 1090 | </td> |
1084 | 1091 |
|
1085 | 1092 | </tr> |
1086 | 1093 | <tr> |
1087 | | - <td class="vst-text input-label step-top"> |
| 1094 | + <td class="vst-text input-label"> |
1088 | 1095 | <?=_('Restrict access to read-only for other administrators');?> |
1089 | 1096 | </td> |
1090 | 1097 | </tr> |
|
1126 | 1133 | <tr> |
1127 | 1134 | <td> |
1128 | 1135 | <table id="security-policies-table" style="display: none;"> |
1129 | | - |
| 1136 | + <tr> |
| 1137 | + <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;"> |
| 1138 | + <?=_('Users');?> |
| 1139 | + </td> |
| 1140 | + |
| 1141 | + </tr> |
1130 | 1142 | <tr> |
1131 | | - <td class="vst-text input-label step-top"> |
| 1143 | + <td class="vst-text input-label"> |
1132 | 1144 | <?php print _('Allow users to edit their account details');?> |
1133 | 1145 | </td> |
1134 | 1146 | </tr> |
|
1183 | 1195 | <br><br> |
1184 | 1196 | </td> |
1185 | 1197 | </tr> |
| 1198 | + <tr> |
| 1199 | + <td class="vst-text input-label step-top" style="font-size:1rem;padding-bottom:12px;"> |
| 1200 | + <?=_('Domains');?> |
| 1201 | + </td> |
| 1202 | + </tr> |
1186 | 1203 | <tr> |
1187 | 1204 | <td class="vst-text input-label"> |
1188 | 1205 | <?php print _('Enforce subdomain ownership');?> |
|
1194 | 1211 | <option value='yes'><?php print _('yes'); ?></option> |
1195 | 1212 | <option value='no' <?php if($_SESSION['ENFORCE_SUBDOMAIN_OWNERSHIP'] == 'no') echo 'selected' ?> ><?php print _('no'); ?></option> |
1196 | 1213 | </select> |
1197 | | - <br><br> |
1198 | 1214 | </td> |
1199 | 1215 | </tr> |
| 1216 | + |
1200 | 1217 | </table> |
1201 | 1218 | </td> |
| 1219 | + <tr> |
| 1220 | + <td> |
| 1221 | + <br><br> |
| 1222 | + </td> |
| 1223 | + </tr> |
1202 | 1224 | </tr> |
1203 | 1225 | </table> |
1204 | 1226 | </td> |
|
0 commit comments