1
0
Commit Graph

869 Commits

Author SHA1 Message Date
1b7332dea4 Remove duplicate backend_header reference in the head.
References #65, related to c425f20994.
2013-10-04 20:17:23 +02:00
78f0196571 shorter plugin/category title 2013-10-04 17:45:43 +02:00
c425f20994 Fix drag'n drop by moving jquery to top (#65)
The backend_header-event, which includes jquery, should really stay in the header. I'm surprised the other jquery-plugins continued to work.
2013-10-04 17:28:25 +02:00
bd6fd1d103 Use frontend-css in preview (#60)
preview_iframe.tpl used head_link_stylesheet, which contains the link to the backend-css while in the backend, like when the preview is generated. This workaround constructs the path to the frontend-css manually - which should work as long as it follows the convention fo being called serendipity.css, which is hardcoded everywhere anyway
2013-10-04 17:14:09 +02:00
3ebc962a71 consistent preview/save 2013-10-04 15:51:05 +02:00
af21acc641 consistent template naming 2013-10-04 15:44:01 +02:00
4ffa307bc5 remove long/wrong ML-upload-hint 2013-10-04 15:26:33 +02:00
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
5ddfdf7dc3 remove dashboard view button for comments 2013-10-04 15:01:30 +02:00
db8a289ff8 Different icon for further links toggler. 2013-10-02 13:06:42 +02:00
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
5f2c8eb9dd Add sticky post status to entries overview. 2013-10-02 10:36:25 +02:00
9e14904eb2 Use existing lang constant. 2013-10-02 10:34:39 +02:00
67eca005d9 Show/hide for advanced entry options. 2013-10-02 10:14:22 +02:00
5fa25b65f4 Minor layout fixes for s9y links in popup. 2013-10-01 21:13:01 +02:00
1b11b31a18 Dashboard: open further links in a modal popup.
(Or just show/hide them for use-popups.)

For some weird reason, this seems to fire only on the second click
on the toggler, not on the first. Need input from @onli on this.

Also, this needs a better icon. I did not want to go through a new
iconfont build just for this one icon now.
2013-10-01 21:03:39 +02:00
3146238b35 Link dashboard headers to edit comments/edit entries. 2013-10-01 20:16:07 +02:00
609515a4d8 Remove stray styles for s9y links in the footer. 2013-10-01 17:34:52 +02:00
dc98c93c02 A more robust responsive layout for grouped entry status/buttons.
Related to ebb1fb41d4.
2013-10-01 17:33:10 +02:00
ebb1fb41d4 group entry status and buttons 2013-10-01 16:08:27 +02:00
f7520a9195 entryeditor: extended before save 2013-10-01 15:31:39 +02:00
5257b95dbd entryeditor: hide advanced if empty 2013-10-01 15:29:07 +02:00
5894ac7f4f back-button for category-menu 2013-10-01 02:39:57 +02:00
419310c4f7 s/find entries/edit entries 2013-10-01 02:30:32 +02:00
eadc5bc027 Add expand to dashboard-comment
temporary, to be replaced with a nice solution, same like for the normal comment view
2013-10-01 01:57:42 +02:00
1e8d3a58e4 dashboard link comments entry
And show the title of the entry as a tooltip
2013-10-01 01:39:28 +02:00
252970c2e5 Basic support for static blocks (includeentry plugin) in 2k11. 2013-09-28 18:05:07 +02:00
87459991a9 Remove stray button nested in a element. 2013-09-26 14:34:42 +02:00
ca84b8b85d backend_footer hook 2013-09-24 13:09:42 +02:00
1fb8c54efb Back to button style.
Partial manual revert of 168cb146ea.
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
1c7262b1d8 Introduce secondary netbook breakpoint; move some styles there.
References #58
2013-09-20 13:43:33 +02:00
76c554227c Move media library directory filter to filters toolbar.
This is the "replacement" for the tree view directory browser which
was removed to get rid of the Yahoo JS dependency.

References #30
2013-09-20 12:58:32 +02:00
243321d442 Layout for backend statistics.
This should get equal heights at some point, but I'm not sure how
to reference the JS file properly here.

References #54
2013-09-19 16:45:07 +02:00
3d53184985 Layout for karma plugin's filters/sort.
References #54
2013-09-18 20:22:50 +02:00
e2102f6e1e Refactor entryproperties media db button.
Hard-coded input without inline JS, external onclick handler, hide
button on no-js.

References #54
2013-09-18 18:42:18 +02:00
ca208da2fb Layout for entryproperties.
References #54
2013-09-18 17:57:10 +02:00
de99ef67e6 Add msg icon to entryproperties plugin.
Also adds a styling hook to admin tpl.

References #54
2013-09-18 15:05:08 +02:00
0ac1a2f9ce Drop precautionary admin_link class.
References #41
2013-08-19 19:04:23 +02:00
294dc041c6 Style toggle headlines as blocks for better visual orientation. 2013-08-19 19:02:37 +02:00
f811b3f6bb Fix "combined" selector (used for toggle headlines).
References #41
2013-08-19 18:56:12 +02:00
f8407848c1 link instead of button in directory-menu 2013-08-19 02:30:32 +02:00
d0e74392fe use magnific everywhere (#52) 2013-08-19 01:38:48 +02:00
e51dae3b9f store multiple categories (#51)
so they don't get lost when collapsing the selector
2013-08-19 01:00:40 +02:00
38e95423b8 git blue datetime cross
it destroys the date input in chrome
2013-08-18 23:41:13 +02:00
ae00227275 button for comment-toggle 2013-08-18 23:34:23 +02:00
e26e98dbba link fullsize image preview directly 2013-08-18 23:22:31 +02:00
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
a5ca5718b4 non-error-msg for comments 2013-08-18 19:03:19 +02:00
c57a1b4da3 Proper scaling in landscape mode.
There used to be a bug in older iOS version which is now fixed in
iOS6, so we can use a proper landscape mode without zoom.
2013-08-17 18:28:24 +02:00
edfe606cc3 More minor smallscreen layout improvements. 2013-08-17 18:25:26 +02:00