Commit Graph

65 Commits

Author SHA1 Message Date
skeeter
ddc855fff6 Finished changing to and loads template vars to an array. May speed things up. 2001-08-31 00:44:46 +00:00
skeeter
863a80298d This will now allow apps to include CSS values into the <HEAD></HEAD> portion of the HTML page by having a function in their ui class called css(). 2001-08-28 03:39:34 +00:00
jengo
5749ad83d8 Converted current sessions over to 3 tier design 2001-08-16 02:46:07 +00:00
skeeter
6da089837d Various optimizations to the API. This also does a little internal caching of some of the account data, but, only for a single page session. 2001-08-15 02:14:18 +00:00
skeeter
4314ffbfc1 Milosch tried it all on one line and it works. 2001-08-05 13:27:56 +00:00
skeeter
f709a91098 Final fix. Should compress the gap between the arrows and the cats/search/filter boxes. 2001-08-05 12:47:07 +00:00
skeeter
1d77812d76 Added the bgcolor setting to the <td> tags. 2001-08-05 12:38:57 +00:00
skeeter
366349179c This now adds the cats on the same line with search/filter for show_tpl and adds a new function call cats_search_filter(). 2001-08-05 03:15:46 +00:00
skeeter
7c14b13aa4 Added a search_filter by itself. Can now switch in mid stream from old style to new style menuaction=... by including it in the parameter. 2001-08-05 01:50:48 +00:00
skeeter
b958ac035d Got nextmatchs to work. 2001-08-04 20:38:52 +00:00
skeeter
a4bccad3db Small fixes. 2001-08-04 03:02:01 +00:00
jengo
263a96944f Moved nextmatchs over to template blocks 2001-08-04 02:47:19 +00:00
skeeter
11ebee5fa9 Added the border=0 for jengo. 2001-08-04 02:10:48 +00:00
bettina
2775a46530 update tpls 2001-08-04 01:09:15 +00:00
skeeter
12de1bd609 Nextmatchs class now deals with the n-tier layering. 2001-08-03 19:14:10 +00:00
skeeter
e73a82a001 Small fixes for the automatic inclusion of the ui<app>.header() and ui<app>.footer(). 2001-07-28 14:21:32 +00:00
skeeter
300c84ea9a This now takes the app header/footer as methods of the application ui. For this to work, each ui that plans on implementing this, will need to create public_functions header() and footer(). 2001-07-21 23:29:07 +00:00
Ralf Becker
0af94375ea make filter reload the page automaticly if js availible
button [Filter] in Templates now in <noscript>-tags
2001-07-16 09:01:02 +00:00
skeeter
5693fa9b96 Minor speed enhancements. Also cleans up a few warning messages. 2001-06-17 17:04:26 +00:00
Miles Lott
2b26b73b33 Add hook navbar_end to display just before the end navbar 2001-06-16 20:01:41 +00:00
Miles Lott
e04d9617ed Moving hook_after_navbar hook 2001-06-16 19:39:33 +00:00
angles
0143ee3a8f add isset check for flags noheader and noappheader 2001-05-17 21:34:43 +00:00
bettina
f4a2518c32 added images for categories_format 2001-05-01 23:17:13 +00:00
Miles Lott
0e39edee33 Remove extra )'s 2001-04-28 23:59:25 +00:00
skeeter
3d50e88071 Various clean-ups and added some missing features (charset). 2001-04-28 21:48:05 +00:00
Miles Lott
4ad4403de4 Make the big 'X' transparent 2001-04-18 17:45:40 +00:00
Miles Lott
e1825eed76 Add nonav images for use when no default image exists for an app 2001-04-18 17:29:59 +00:00
jengo
c48184b824 Fixed the login screen not working in konqueror 2001-04-08 16:21:52 +00:00
Miles Lott
321fe4def2 I hope this is a better about line than what we had 2001-04-08 07:49:44 +00:00
Miles Lott
5ab98e69ef Move current_users to same line as username display 2001-04-08 06:21:09 +00:00
skeeter
dff440505a This should now be compatible for NON-Latin charsets. 2001-03-27 18:31:07 +00:00
Miles Lott
ece1208b07 Complete template var setting for filter 2001-03-26 08:24:35 +00:00
jengo
718bdbb19c Changed around the form a little to make it look a little nicer 2001-03-24 01:10:32 +00:00
jengo
5d4493670c Converted nextmatchs to work off templates 2001-03-13 13:15:53 +00:00
jengo
215ad8f011 Cleaned up calls to link() 2001-03-10 08:53:42 +00:00
jengo
c3e29775ab Added the session_flags column to phpgw_sessions 2001-02-28 15:56:47 +00:00
jengo
f22569eddd Fixed image path on login 2001-02-27 12:48:37 +00:00
Miles Lott
72c952ada4 Fix spelling 2001-02-09 03:29:32 +00:00
jengo
d0849b6c39 Making sure things are in sync 2001-02-06 13:58:59 +00:00
jengo
e0b8a07f9c Fixed not being able to login and clean up a ton of code. It was a mess in there, things flow a little but better now. I still have some cleaning up to do 2001-02-06 13:18:51 +00:00
skeeter
b6dcca5618 new file 2001-01-21 17:11:27 +00:00
skeeter
29ab476381 fix for language independence 2001-01-21 14:50:39 +00:00
skeeter
1f2655b0f1 fixes for the about page 2001-01-13 04:33:53 +00:00
seek3r
e97ef24062 switching to the new Object factory method 2001-01-11 09:52:33 +00:00
jengo
f20d77f356 Fixed style sheets, the where become currupt becuase they use the same variable names as templates 2001-01-10 02:52:13 +00:00
seek3r
5422e66f34 moved <html> tags to templates, Im making the core html compliant, and added a greybar on the rightside 2001-01-09 20:25:49 +00:00
seek3r
5fc390a75c moved <html> tags to templates, Im making the core html compliant, and added a greybar on the rightside 2001-01-09 18:58:34 +00:00
seek3r
540ee54036 fixed formating and logo 2001-01-09 09:58:52 +00:00
seek3r
b98f5ee9be fixed formating and logo 2001-01-09 09:36:16 +00:00
skeeter
355480e531 fix for current users 2001-01-09 02:28:16 +00:00