Skip to content

Commit

Permalink
2.0.7 Made Listener and Signal Profile forms look nicer for non-admins
Browse files Browse the repository at this point in the history
  • Loading branch information
classaxe committed Mar 23, 2020
1 parent 757c49d commit 3f09d63
Show file tree
Hide file tree
Showing 13 changed files with 364 additions and 368 deletions.
6 changes: 3 additions & 3 deletions public/css/style.css
@@ -1,8 +1,8 @@
/*
* Project: RXX - NDB Logging Database
* Homepage: https://rxx.classaxe.com
* Version: 2.0.6
* Date: 2020-03-22
* Version: 2.0.7
* Date: 2020-03-23
* Licence: LGPL
* Copyright: 2020 Martin Francis
*/
Expand Down Expand Up @@ -1318,7 +1318,7 @@ fieldset#form_range_units div label {
height: auto;
border: 1px solid #cacaca;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
background: #e6e6e6;
background: #fff;
padding: 0.25em;
margin-bottom: 0.25em;
}
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/Controller/Web/Listeners/ListenerView.php
Expand Up @@ -118,7 +118,6 @@ public function controller(
$parameters = [
'_locale' => $_locale,
'id' => $id,
'fieldGroups' => $listenerViewForm->getFieldGroups($isAdmin),
'form' => $form->createView(),
'l' => $listener,
'mode' => ($isAdmin && !$id ? 'Add Listener' : $listener->getName().' > Profile'),
Expand Down

0 comments on commit 3f09d63

Please sign in to comment.