Hadi Nategh
93fe78b8ba
Some fixes for tutorials:
...
- Fix tutorials not shown in idots
- Make sure def_tutorials css is loaded for all templates
- Invalidate the tutorials.xet for cache buster
2015-10-28 14:03:25 +00:00
Hadi Nategh
e39005ec73
Implement discard option for egw.message:
...
- function new signature: message(_msg, _type, _discard) where the discard is boolean
- Add discard checkbox in order to be able to discard an info_message
2015-08-14 09:49:57 +00:00
Ralf Becker
d39c2a71bf
* Login/Password: handle forced password change on login page
2015-07-01 12:44:34 +00:00
Hadi Nategh
558589c1eb
Do not bind any extra resize on popups in idots as they have resize their own handler
2015-06-24 15:20:43 +00:00
Ralf Becker
bed4a8461b
fixed not working popups or other javascript related actions in idots sidebox menu, if it is hidden and only shown on click or hover
2015-06-20 08:47:45 +00:00
Hadi Nategh
87e4ce6749
No need to give position relative anymore to sidebox div in idots in order to fix mail-tree folder click handling, because we tackled the issue in mail app.
2015-03-02 10:31:58 +00:00
Hadi Nategh
b18f0ecc76
Fix egw_message does not show newlines
2015-02-17 13:10:21 +00:00
Ralf Becker
d8a623fb4c
move {navbar,footer}.tpl from idots to default, to fix template not found problem in registration
2015-02-13 19:27:46 +00:00
Hadi Nategh
c896dfdcee
Fix click handle on mail-tree in idots
...
-Causes resize handler stop working only on mail sidebox :(
2015-02-04 15:36:20 +00:00
Nathan Gray
ab1bae8a35
Fix sub-templates missing proper height in idots framework
2014-08-25 20:54:28 +00:00
Hadi Nategh
5e8de7f972
Get the socialMedia icons out of table and append it to form if it is pixelegg template
2014-07-25 07:53:30 +00:00
Hadi Nategh
1912a14fe7
Add login.js to phpgwapi in order to make it available for all templates. Implement socialMedia for jdots and idots templates too
2014-07-24 17:13:46 +00:00
Ralf Becker
448e1e3675
* Admin: automatic update check displaying an icon for available (security-)updates for admins, escalating for security updates to all users after 3 days
2014-07-17 09:22:54 +00:00
Hadi Nategh
b9038925a8
Add jQuery onchange handler for tz_selection selectbox in idots
2014-06-13 11:36:46 +00:00
Ralf Becker
bdbc22dd98
reverted r46410 calling header explicitly before navbar, causing navbar no longer being able to add stuff to header, eg. include javascript
...
and fixing idots_framework::navbar() to still call header, if $navbar_done is set
2014-05-15 09:41:31 +00:00
Hadi Nategh
c185974275
Apply overflow:hidden for sidebox in top level, because there might be some apps (eg. AB) which need to have visible overflow over sidebox divs
2014-05-02 10:59:40 +00:00
Hadi Nategh
826e35ffac
Get mail print working for idot and pixelegg templates
2014-04-17 15:10:16 +00:00
Ralf Becker
41c1c8c777
keep lines ("\n") in messages
2014-04-17 07:34:59 +00:00
Hadi Nategh
20db2d8c81
Make sure that the display:none is applied for onlyPrint and noPrint
2014-04-16 17:42:31 +00:00
Ralf Becker
af5841a5d1
new 14.1 favicon
2014-04-09 09:35:55 +00:00
Ralf Becker
554789e9ff
2 new message types "help" and "info" and displaying now all message types but "success" until next message or user explicitly closes them
2014-04-02 19:02:49 +00:00
Ralf Becker
1007f2ec7e
fixed idots not always loaded client-side configuration: now using egw_info[flags][nonavbar] === "popup" to let framework definitly know we dont want a navbar (need to know before navbar is called and can not use true, which is allways set by index.php)
2014-03-25 12:12:00 +00:00
Ralf Becker
fd7a180412
fixed IDE warnings
2014-03-23 08:51:28 +00:00
Hadi Nategh
9423598d14
Correct css class name used for footer toolbar in dialogs
2014-03-21 10:34:41 +00:00
Ralf Becker
a8e9a97212
some formatting of dialogHeader for idots, removing of width:98% from popupMainDiv, as it seems unneeded and forces to give all popups a width (to get ride of scrollbars) and overflow: hidden for sidebox
2014-03-19 13:24:23 +00:00
Ralf Becker
8d1633f58b
deals with situation that no extra application menu is necessary
2014-03-12 12:18:35 +00:00
Hadi Nategh
68cf208ada
Fix width in idot template for popup windows
2014-03-10 16:20:10 +00:00
Hadi Nategh
96a6a7ee1a
Adjust width for resized popup windows, since we are trying to use fix width for edit popups
2014-03-10 16:04:01 +00:00
Hadi Nategh
d62bec8088
Fix toolbar menu for addressbook covered under sidebox menu
2014-03-10 15:16:04 +00:00
Ralf Becker
bea1863d14
resize only last et2 containter, to deal with multiple ones like in addressbook CRM view
2014-03-10 11:55:33 +00:00
Ralf Becker
ea04a556ca
added a couple more default icons similar to et2_button, and fixed actions with just a caption string where not working with toolbar
2014-03-06 18:33:27 +00:00
Hadi Nategh
e5b1c65045
Fix broken onmouseover|click prefs for extraApp and sidebox menus
2014-03-03 17:45:18 +00:00
Ralf Becker
11d77f3dab
fixed a couple of problems with automatic switch to idots template from mobile browsers: csp-error, wrong icons
2014-03-03 17:35:48 +00:00
Hadi Nategh
8d2018e8f9
Implement show more apps slider menu and sidebox slider menu in idots template with jQuery
2014-03-03 16:03:39 +00:00
Ralf Becker
876a14ff52
new 4th parameter to egw_framework::includeCSS() to tell framework NOT to load any default CSS and make send_headers public
2014-03-03 14:54:03 +00:00
Ralf Becker
4d8a7d58a1
IE11 seems to require a return false from click handler, stopPropagation() does NOT stop link from being executed
2014-02-26 12:35:56 +00:00
Ralf Becker
d3f2b0a1f9
make parsing of arguments more robust
2014-02-19 15:11:57 +00:00
Ralf Becker
3ba14a1291
always stop event propagation for click-handler executing on javascript urls in navigation
2014-02-17 11:18:59 +00:00
Ralf Becker
28df2d8125
fixed buttons with just an image from html::submit_button() were shown like a button after changing tag from <input type="submit" to <button
2014-02-11 16:52:45 +00:00
Ralf Becker
ca334ad13b
moving egw_preferences (handler to call preferenes, acl or categories) from jsapi.js to egw_preferences.js show_preferences() method
2014-02-07 14:04:12 +00:00
Ralf Becker
6a8802fc35
move egw_(message|app_header) from jsapi.js to egw_message.js available as egw(window).message(_msg, _type) and make it usable in popups too
2014-02-06 15:42:33 +00:00
Ralf Becker
81e91019eb
default style for admin - site configuration
2014-02-05 20:20:51 +00:00
Ralf Becker
f42c7be3e0
ignore menuOpened as it is always open on idots
2014-02-05 17:27:09 +00:00
Ralf Becker
60adf9ff47
added a div around default admin site configuration and some default styling for it
2014-02-05 17:26:17 +00:00
Ralf Becker
cbdfb90e10
move trigger and error-log under same comment
2014-01-21 11:20:11 +00:00
Nathan Gray
95b51fefea
Some UI for client error log, log egw.open() calls
2014-01-21 09:21:46 +00:00
Ralf Becker
595d2a23bf
first step of a javascript error notifier and clientside log
2014-01-20 15:23:40 +00:00
Ralf Becker
bcba09973f
pass an id to _add_topmenu_info_item, so templates can use that to generate an id for each div
2014-01-17 09:23:23 +00:00
Ralf Becker
f8679b86ba
fix permanent reload on idots login screen caused by trying to show (on login page not existing) quick-add selectbox, now not loading idots javascript files at all for login page, as they are not needed
2014-01-16 08:56:23 +00:00
Ralf Becker
6203286a6c
wait for all js-files to be included
2014-01-16 08:27:33 +00:00