Using form-themed class for user preferences
This commit is contained in:
parent
f41b154d00
commit
1b0c1d9a3d
@ -1,5 +1,5 @@
|
||||
<template name="hotkeysForm">
|
||||
{{#form (extend this api=instance.api)}}
|
||||
{{#form (extend this api=instance.api class='form-themed')}}
|
||||
<div class="form-content">
|
||||
{{#let lists=getHotkeyInputInformationLists}}
|
||||
<div class="row">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template name="windowLevelPresetsForm">
|
||||
{{#form (extend this api=instance.api)}}
|
||||
{{#form (extend this api=instance.api class='form-themed')}}
|
||||
<div class="form-content">
|
||||
<table class="full-width">
|
||||
<thead>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user