Johannes Meyer
5b908d85bb
Form: Fix notifications
...
* Coding style issues
* Notifications were not grouped by type
* Notifications of sub-forms were overwriting existing ones
(cherry picked from commit 147f6be714
)
2015-07-01 14:26:03 +02:00
Johannes Meyer
2158b2701c
forms.less: Fix scattered design of form elements without help
2015-06-30 10:53:02 +02:00
Thomas Gelf
796b1d7601
forms.less: do not see the reason for in line hX
2015-06-16 01:30:00 +02:00
Matthias Jentsch
42de13a2b9
Merge branch 'feature/ssh-remote-connection-resource-configuration-7595'
...
resolves #7595
2015-06-15 17:30:42 +02:00
Eric Lippmann
70d98f3ae0
Don't render disabled input elements white
2015-05-28 16:27:43 +02:00
Alexander Fuhr
b2e61a2ebd
Add resource teaxtarea css styling for ssh-identity
...
refs #7595
2015-05-28 10:45:57 +02:00
Alexander Fuhr
19243e6885
Add css cursor:pointer to buttons
2015-05-15 13:24:27 +02:00
Alexander Fuhr
93470db81d
Add css styling for form notifications
...
refs #9203
2015-05-15 13:05:24 +02:00
Johannes Meyer
d9fdcf036b
Show a form based autosubmit warning when toggling instance features
...
refs #7935
2015-03-03 14:34:08 +01:00
Johannes Meyer
747e51553e
Allow the Autosubmit decorator being used on forms as well
...
refs #7935
2015-03-03 13:33:26 +01:00
Johannes Meyer
1a334f8d64
Add decorator FormDescriptions
...
This decorator displays a list of messages at the top of a form.
refs #7947
2015-03-02 13:45:24 +01:00
Johannes Meyer
96c132908d
Provide a warning on autosubmit form elements and a title for the apply btn
...
resolves #7935
2015-02-27 13:09:13 +01:00
Johannes Meyer
6d81a194ab
Make form element descriptions accessible
...
Re-added the Help decorator to make sure an element's description
is being added in an accessible way.
2015-02-27 08:10:25 +01:00
Eric Lippmann
6bae2e0a53
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
2015-02-04 10:52:27 +01:00
Eric Lippmann
ed411ec9b6
Increase size of the permissions set input
...
fixes #7762
2015-02-03 16:58:53 +01:00
Eric Lippmann
5b4fab0750
Add license header
...
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann
5fa2e3cfdc
Revert "Add license header"
...
This reverts commit 338d067aba
.
2015-02-03 16:16:26 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann
462153fdf2
Fix label help icon when label gets too long
2014-11-20 13:48:49 +01:00
Eric Lippmann
4ec29584a4
CSS: Improve forms (at least a bit :))
2014-11-20 13:22:38 +01:00
Marius Hein
3b190d7d81
Dashboard: Fix design and labels
...
refs #4537
2014-11-19 15:40:40 +01:00
Bernd Erk
6201858a68
Merge branch 'master' into feature/redesign-7144
2014-11-13 17:47:26 +01:00
Bernd Erk
205ba64781
Installer styling
2014-11-13 17:20:06 +01:00
Bernd Erk
56aabf0d15
Fixes radius in error message
2014-11-13 15:37:00 +01:00
Alexander Fuhr
cab89914bb
Add clickable icon for command check now
2014-11-13 15:28:10 +01:00
Bernd Erk
ac8cc0613c
Merge branch 'master' into feature/redesign-7144
...
Conflicts:
application/views/scripts/authentication/login.phtml
public/css/icinga/login.less
2014-11-12 17:21:54 +01:00
Johannes Meyer
259a465f97
Show only the most important warning on the login page
2014-11-12 16:23:55 +01:00
Johannes Meyer
7aae291f69
Merge branch 'master' into feature/setup-wizard-7163
2014-11-12 10:08:28 +01:00
Eric Lippmann
8e3394fd55
Merge branch 'master' into feature/redesign-7144
2014-11-11 13:54:13 +01:00
Eric Lippmann
548b54253e
Remove display: flex;
...
fixes #7549
2014-11-11 10:27:42 +01:00
Bernd Erk
049c9edb67
modified forms
2014-11-07 11:38:32 +01:00
Johannes Meyer
73bba4a5a2
Fix setup layout in Opera and Mozilla
...
refs #7163
2014-10-27 09:13:09 +01:00
Johannes Meyer
16ce2eb425
Improve form- and element-error styling
2014-10-15 16:35:21 +02:00
Johannes Meyer
d1ea7e87a2
Improve form styling slightly
2014-10-15 15:46:07 +02:00
Johannes Meyer
4ef0a5a74a
Fix wizard page css
...
refs #7163
2014-10-01 10:01:25 +02:00
Eric Lippmann
1710a50d5c
Fix form CSS
2014-09-23 22:43:33 -07:00
Johannes Meyer
1de2d0c14f
Merge branch 'master' into bugfix/rebuild-form-builder-5525
...
Conflicts:
application/forms/Authentication/LoginForm.php
library/Icinga/Test/BaseTestCase.php
library/Icinga/Web/Form.php
library/Icinga/Web/Form/Decorator/BootstrapForm.php
2014-07-17 13:15:42 +02:00
Johannes Meyer
3105c2059e
Remove license headers from all files
...
refs #6309
2014-07-15 13:43:52 +02:00
Johannes Meyer
1a1263d9d8
Rename Icinga\Web\Form\Decorator\BootstrapForm
...
We do not use bootstrap anymore but do not want the default Zend
decorators either so this decorator got a more common name.
refs #5525
2014-07-10 11:09:48 +02:00
Thomas Gelf
d199a8b036
CommandForm: input[type=submit] instead of button
...
No need for a "button" here. As they have been broken in ZF for
a long while we should better stay with input[type=submit]
fixes #5978
2014-06-23 14:10:15 +02:00
Thomas Gelf
45fa8ca225
CSS/forms: style them
...
* login form style should only affect login form
* accessibility: add labels on login page
2014-06-20 16:39:01 +02:00
Thomas Gelf
c36ad91018
CSS/forms: first attempt to make them look better
...
More to come
2014-06-17 13:34:41 +00:00
Thomas Gelf
48e0616ba4
Different color for disabled form elements
2014-03-09 20:26:19 +01:00
Thomas Gelf
795e0a378d
Form restyle proposal
2014-03-09 01:56:34 +01:00
Thomas Gelf
eb517f0a40
Make command forms "inline", remove missing icon
2014-03-08 17:01:27 +01:00
Alexander Klimov
b410ebeed6
Remove unnecessary spaces at end of line
2014-03-06 13:08:11 +01:00
Alexander Klimov
2f8160d020
Re-design configuration interface
...
refs #5705
2014-03-06 12:32:55 +01:00
Alexander Klimov
360c14b0d5
Make arrows have more margin
...
refs #5705
2014-03-06 12:32:55 +01:00
Alexander Klimov
a2f83eba05
Make select forms look like select forms
2014-03-06 12:32:55 +01:00
Alexander Klimov
e0616f42b0
CSS hotfix
2014-03-06 12:32:55 +01:00