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