Matthias Mees
1d32fe52f5
Unified comments delete confirm msg
2014-03-06 12:12:28 +01:00
Garvin Hicking
94c3a75a96
New language constants, hopefully caught all i18n's. Please check.
2014-03-05 13:22:50 +01:00
Matthias Mees
dd013f3a70
Use new show hide buttons.
2014-03-01 15:51:44 +01:00
Matthias Mees
b48f49c444
New iconfont build; replaces left/right/up/down icons.
2014-03-01 15:14:59 +01:00
Matthias Mees
9af2e54f6f
Updated iconfont build; exchanged a few icons.
2014-02-10 19:48:26 +01:00
Matthias Mees
3a2f3045e5
Mention comment author in comment headline.
2014-01-19 16:14:10 +01:00
onli
7a9d867fd1
react to filter when finding no comments/trackbacks
2014-01-19 01:22:02 +01:00
Matthias Mees
082fe28cc8
Highlight expanded filter/sort sections.
2014-01-02 14:49:08 +01:00
Matthias Mees
205bc5f65c
Move extend comment button to the end of the list.
...
If it is 'inserted' in the middle, it breaks the consistency since
not all comments have the button, which irritates the eye.
2013-10-05 08:34:24 +02:00
onli
d1d26af5ee
Shorter labels and consistence
...
Like Delete instead of Delete selected comments on buttons, and Media Library instead of Fine Media as a title in the ML
2013-10-04 15:23:11 +02:00
Matthias Mees
d0de74737e
Fixes type/href attributes for button elements.
...
– <button> must have an explicit type="buttons" since it falls back
to type="submit", which can have side effects
– <button> must not have a href attribute, always use data-href
2013-10-02 11:05:27 +02:00
Matthias Mees
1fb8c54efb
Back to button style.
...
Partial manual revert of 168cb146eaec3c568527bbc5dcf06b4cb6e9bda8.
Please note that this does *not* contain any changes to the UI as
discussed; those will follow later.
References #41
2013-09-23 11:19:31 +02:00
onli
ae00227275
button for comment-toggle
2013-08-18 23:34:23 +02:00
onli
168cb146ea
Use links instead of buttons ( #41 )
...
A bit unfamiliar, let's give it some time. The user/groups-menu are clearer now
2013-08-18 20:59:53 +02:00
onli
a5ca5718b4
non-error-msg for comments
2013-08-18 19:03:19 +02:00
Matthias Mees
398fefa919
New iconfont build.
...
Removes obsolete wrench icon; replaces icon-off with icon-logout
and icon-eye with icon-globe or icon-zoom-in; adds icon-cancel as
state indicator for smallscreen navigation.
2013-08-01 17:15:41 +02:00
Matthias Mees
21dee86554
Highlight and add an info label to comments pending approval.
...
References #37
2013-07-21 17:26:13 +02:00
onli
b2bcd08c99
rework spamblock action buttons
...
anchor workaround and restored event order, should fix #24
2013-07-21 01:00:15 +02:00
Matthias Mees
fac1558de3
Use additional_info functionality for comment data display.
...
References #33
2013-07-20 23:09:38 +02:00
onli
379b9255b2
Comment reply in backend as modal
...
Removes the alert dialogue also from the normal popup
2013-07-20 22:47:54 +02:00
Matthias Mees
697aef6be6
Move comment author to details content.
...
Turns out it wasn't a good idea to have the comment author as the
summary element's content since it prevents clicking the comment
author action (because expanding the details element is the click
action).
2013-07-05 22:02:11 +02:00
Matthias Mees
8bc65c5320
A more compact view for comments.
2013-06-29 16:06:13 +02:00
Matthias Mees
3c3369f64b
Markup maintenance.
2013-06-24 16:08:26 +02:00
Matthias Mees
17e0f159b0
Revert jQuery tooltips.
2013-06-24 11:04:56 +02:00
Matthias Mees
0bc97cbc88
Tooltips, tooltips, tooltips. Everywhere. Almost.
2013-06-23 18:45:58 +02:00
Matthias Mees
06f6a164f1
Do not use .clearfix for layout selectors.
2013-06-22 13:31:49 +02:00
Matthias Mees
5798ca100f
Minor UI consistency fixes.
2013-06-21 11:19:39 +02:00
Matthias Mees
8a58c5eb1a
Some minor UI consistency fixes.
2013-06-19 15:36:01 +02:00
Matthias Mees
a6470864fb
External onclick handlers for comments.
2013-06-14 17:09:25 +02:00
Matthias Mees
97b847314b
Dropped invertSelection inline onclick handlers.
2013-06-13 16:02:41 +02:00
Matthias Mees
a658e20b27
New iconfont build.
...
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
Matthias Mees
f5837b5245
Maintenance: cleaned out some TODO notes.
2013-06-10 12:54:19 +02:00
Matthias Mees
60657014ea
Show/hide full comment.
2013-06-09 16:16:59 +02:00
Matthias Mees
a96a8184a2
Fix uncaught exception error due to wrong selector being applied.
2013-06-07 14:14:50 +02:00
Matthias Mees
5a77d39355
Multidelete highlighting for entries.
...
Also made highlightComment() and multidelete highlighting more
flexible to use.
2013-06-04 06:49:44 +02:00
Matthias Mees
cb5c5fc67c
Include comments pagination heading in pagination.
2013-06-03 20:20:43 +02:00
Matthias Mees
8b3c8024a7
Hide/show comments filters, prepare Spamblock button for toolbar.
2013-06-03 20:02:00 +02:00
Matthias Mees
78ee899da0
Properly styled pagination for media db, entries + comments.
...
Also, the pagination is now being clones using JS.
2013-06-02 14:59:31 +02:00
Matthias Mees
f79a258c80
Fixes highlighting of comments selected for multidelete.
...
NOTE: Also figured out the mystery about the duplicate function
invertSelection, but will take care of that in a seperate
commit. Documented it in a comment, though.
2013-06-01 15:37:21 +02:00
Matthias Mees
6a9bdd0c6a
Removed stupid HTML5/jQuery progress hints.
2013-06-01 11:09:10 +02:00
onli
ae74401668
2k11 is default template, included admin-tpls, and made it installable
2013-05-30 22:19:07 +02:00