Ralf Becker
dd157b2cd0
allow 2 more columns in the indexes, as used for the unique index tracker escalations
2008-06-04 05:21:14 +00:00
Nathan Gray
b2378bb7a8
Make sure select columns div goes over everything it covers (some elements showed through)
2008-05-29 19:50:15 +00:00
Ralf Becker
ea7ea8deb6
modifications for the links via the new vfs/links stream wrapper
2008-04-16 19:53:20 +00:00
Ralf Becker
e90a3d3a83
reworked etemplate to have static methods and use the new features of egw_db- & html-class
2008-03-09 14:41:22 +00:00
Ralf Becker
cbf94ab243
mark required input fields visually (darker border and light yellow background)
2007-12-09 08:11:55 +00:00
Ralf Becker
3beb483c09
CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names.
2007-09-22 14:58:10 +00:00
Ralf Becker
77a318ae69
newest ajax-select-widget from Nathan Gray
2007-05-25 22:13:26 +00:00
Ralf Becker
ca496bed5e
layout tweaks in nextmatch widget: fixed width for the selectboxes
2007-05-25 18:15:55 +00:00
Ralf Becker
3a8cf8dba3
moved styles of nextmatch- & tab-widget into etemplate's app.css file, which gets now loaded by every eT app. Allows template designers to modify the look of theses widgets too
2007-03-09 11:25:08 +00:00
Ralf Becker
6bd5ac2da8
users can now switch every single column on or off in all nextmatch lists, admins can configure defaults (plus some bugfixes and other improvments)
2007-03-07 12:30:17 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
3038f97550
removed not needed idots dirs
2006-12-13 10:33:54 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Ralf Becker
806cc84b1e
- changed name of app in link-add widget to add_app, to be able to set it idependent of the other link-widgets
...
- added the ability to specify a default app for link-add
2006-12-11 07:53:16 +00:00
Jerry Ruhe
42f751c80a
using default icons
2006-12-09 09:23:23 +00:00
Ralf Becker
8c6cb48d85
fix for bug #87 : Infolog - Addressbook categories mixed in 1.2.x
...
The select_widget allways used the cats of the current application. That's still the default, but it can be overwritten now via an option. The nextmatch_widget has now and optional parameter 'cat_app', which defaults to the app of the get_rows method.
2006-12-04 14:39:22 +00:00
Ralf Becker
24ae9727d5
new jerryr template set from Jerry Ruhe
2006-11-28 07:45:33 +00:00
Ralf Becker
f68c173c30
- link widgets uses now ajax to search
...
- new sub-type to search and select an entry of a selectable or given app
- more to come
2006-09-29 19:55:00 +00:00
Ralf Becker
0cdfa38ff5
class nextmatch-range added
2006-09-25 14:00:28 +00:00
Ralf Becker
d110bf5189
fixing some css-bugs which fill the firefox javascript console
2006-08-19 07:12:26 +00:00
Ralf Becker
2a909066da
nextmatch widget can have an (optional) lettersearch now
2006-04-23 14:44:44 +00:00
Ralf Becker
9a6649a931
- fixed not working buttons in nextmatch-list, if pressed before direct after login
...
- improved printing:
+ disabled unnecessary UI-elements in nextmatch
+ nextmatch has now selection for the number of rows to display
+ nextmatch-filters (selectboxes) are now printed as text
2006-03-26 22:17:55 +00:00
Ralf Becker
fc5c2baa45
added ablity to set onchange via content
2006-03-21 22:13:46 +00:00
Ralf Becker
b795d8172b
two minor enhancements:
...
- style editor gives now a msg, if the CSS file has been written
- the message new version exists contains now a link to load that version
2005-11-12 06:59:34 +00:00
Ralf Becker
80938c0aa7
added accesskey and tabindex
2005-11-09 16:54:36 +00:00
Ralf Becker
0793450251
own template to edit grids: has now separate fields and helptexts for the diverse values comulated in size/options
2005-05-20 16:56:16 +00:00
Ralf Becker
e66fc40408
tab-widget can change now between the tabs without a reload
2005-05-19 13:16:52 +00:00
Ralf Becker
42d7504d30
file contained the "wrong" editor.list_result template
2005-05-08 07:24:58 +00:00
Ralf Becker
27c12ddf2c
1) many bug-fixes
...
2) old editor removed
2005-05-07 14:05:10 +00:00
Ralf Becker
9f525747b4
bugfixes and using the checkbox version for the mutiple selectbox
2005-02-24 21:02:24 +00:00
Ralf Becker
8c34e1e04e
- style popup is working now: allows to edit the embeded styles of an eTemplate as well of the apps app.css file
...
- some bugfixes in the editor
- popups can now directly called by a button and you can pass params via the content array
2005-02-22 21:02:26 +00:00
Ralf Becker
7c0bce63ed
reworked a bit the UI:
...
- more idots conform (app_header)
- showing im-/exported xml (fixed old debug output)
- return works not in the name-field
2005-02-06 18:12:26 +00:00
Ralf Becker
52b42e13bb
1) added GroupBox (HTML: fieldset) to group widgets by a frame with an optional caption
...
2) Step #1 of removing eTemplate's limitation on allowing only a grid as root element of the widget tree (which can NOT directly contain further grids, thought references to other templates/grids are ok). The storage layer allows now a real tree. Redering and editing only works on the old data variable, which is now a reference to the first grid in the tree.
More to come ...
2005-02-06 15:49:50 +00:00
reinerj
be72681b62
update images to jerryr template from Jerry Ruhe
2004-04-26 21:31:27 +00:00
Ralf Becker
ec1cf301b2
added input-validation:
...
- needed (= not to be empty) fields are enforced now
- min and max values and format of int and float fields
- validator for text-fields (perl regular expression)
The input-validation is handled completly withing eTemplate, the application dont need to implement any code, just set the right attributes in the template. Validation-errors are displayed in red behind the concerning field, try the template 'etemplate.validation-test' in the editor.
2004-04-05 01:33:23 +00:00
reinerj
8320fcefe0
jerryr template changes commited
2004-03-07 22:22:16 +00:00
Ralf Becker
626be11f90
bringing the xet-files up-to-date
2004-02-06 12:49:05 +00:00
Ralf Becker
3df6788a2f
not needed, can be taken from the phpgwapi
2004-02-05 12:53:51 +00:00
reinerj
8b9b26bde8
add jerryr template from Jerry Ruhe (aka jerry71)
2004-01-23 11:18:50 +00:00
Pim Snel
eb3f3d1e0c
new crystal icons
2003-11-18 11:57:58 +00:00
Pim Snel
7701abb167
start new icons default template theme
2003-11-04 01:42:56 +00:00
Pim Snel
194f2dd843
and here are the new idots icons
2003-10-23 15:30:54 +00:00
reinerj
a5b1627506
add literati image to CVS
2003-10-14 23:51:53 +00:00
Ralf Becker
a205036c1d
*** empty log message ***
2003-06-29 16:59:41 +00:00
Ralf Becker
7f3b2161f8
new icon for eTemplate, more in the style of idots
2003-05-03 12:46:50 +00:00
Ralf Becker
349d66a4d3
update idots
2003-04-19 13:31:02 +00:00
Ralf Becker
83ef41b43c
edit-icons for eTemplate search-list
2003-02-22 12:31:55 +00:00
Ralf Becker
f29995295e
png version of navbar-icon
2003-02-22 12:30:20 +00:00
Ralf Becker
466c33e3b0
Got fileattachments working as links:
...
- link-widget and infolog/link-class can attach files now
- changed the value of the file-widget (it's an array now)
2002-10-20 15:06:52 +00:00
Ralf Becker
c74cecd2a3
update
2002-10-19 00:51:26 +00:00