Revision e6f78714
Added by Marcos M over 1 year ago
src/usr/local/www/services_dhcpv6.php | ||
---|---|---|
925 | 925 |
'btnaddpool', |
926 | 926 |
gettext('Add Address Pool'), |
927 | 927 |
'services_dhcpv6.php?if=' . htmlspecialchars($if) . '&act=newpool', |
928 |
'fa-plus' |
|
928 |
'fa-solid fa-plus'
|
|
929 | 929 |
); |
930 | 930 |
$btnaddpool->addClass('btn-success'); |
931 | 931 |
|
... | ... | |
1094 | 1094 |
'btnadvdns', |
1095 | 1095 |
gettext('Display Advanced'), |
1096 | 1096 |
null, |
1097 |
'fa-cog' |
|
1097 |
'fa-solid fa-cog'
|
|
1098 | 1098 |
); |
1099 | 1099 |
|
1100 | 1100 |
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm'); |
... | ... | |
1193 | 1193 |
'btnadvntp', |
1194 | 1194 |
gettext('Display Advanced'), |
1195 | 1195 |
null, |
1196 |
'fa-cog' |
|
1196 |
'fa-solid fa-cog'
|
|
1197 | 1197 |
); |
1198 | 1198 |
|
1199 | 1199 |
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm'); |
... | ... | |
1248 | 1248 |
'btnadvldap', |
1249 | 1249 |
gettext('Display Advanced'), |
1250 | 1250 |
null, |
1251 |
'fa-cog' |
|
1251 |
'fa-solid fa-cog'
|
|
1252 | 1252 |
); |
1253 | 1253 |
|
1254 | 1254 |
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm'); |
... | ... | |
1273 | 1273 |
'btnadvnetboot', |
1274 | 1274 |
gettext('Display Advanced'), |
1275 | 1275 |
null, |
1276 |
'fa-cog' |
|
1276 |
'fa-solid fa-cog'
|
|
1277 | 1277 |
); |
1278 | 1278 |
|
1279 | 1279 |
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm'); |
... | ... | |
1302 | 1302 |
'btnadvopts', |
1303 | 1303 |
'Display Advanced', |
1304 | 1304 |
null, |
1305 |
'fa-cog' |
|
1305 |
'fa-solid fa-cog'
|
|
1306 | 1306 |
); |
1307 | 1307 |
|
1308 | 1308 |
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm'); |
... | ... | |
1356 | 1356 |
'deleterow' . $counter, |
1357 | 1357 |
'Delete', |
1358 | 1358 |
null, |
1359 |
'fa-trash'
|
|
1359 |
'fa-solid fa-trash-can'
|
|
1360 | 1360 |
); |
1361 | 1361 |
|
1362 | 1362 |
$btn->addClass('btn-warning'); |
... | ... | |
1370 | 1370 |
'addrow', |
1371 | 1371 |
'Add Option', |
1372 | 1372 |
null, |
1373 |
'fa-plus' |
|
1373 |
'fa-solid fa-plus'
|
|
1374 | 1374 |
); |
1375 | 1375 |
|
1376 | 1376 |
$btnaddopt->removeClass('btn-primary')->addClass('btn-success btn-sm'); |
Also available in: Unified diff
Update fontawesome references in form buttons