Commit Graph

20 Commits

Author SHA1 Message Date
Klaus Leithoff
45a2efe551 Backport of a modification/addition to the customfield widget from Ralf
pre_process_cf_header
 function to display the customfields in a nextmatch table-header with the functionality of sorting and selecting
 by customfields. Of cource you need to adapt the source of your get_rows or search functionality to do the
 actual sorting and selecting. We try to do some additional documentation in codecorner
 You can pass the allowed/wanted fields to the header by passing an array of the wanted fields to the widget
 through the options parameter (see the eTemplate editor for fields/cells). This array is passed on through
 $cell['size']. By now the array passed through is only working, if it is the only entry in the optionsparameter.
 The allowed fields array assumes an numerical indexed array of (an) array(s) with ['name'] tag(s) set. 
 The name provided assumes a preceding #. (e.g.: $allowed_fields[x]['name']='#MyCustomField')
2007-12-13 10:19:27 +00:00
Klaus Leithoff
627659be61 changed the etemplate/inc/class.customfields_widget.inc.php, to display only fields with values in listview and to have an info icon to identify
which customfield is displayed (onmouseover), a click on the icon or the value of the customfield opens the description of that field as alertbox.
2007-11-23 12:33:58 +00:00
Ralf Becker
be03b8e71d fix for bug #1058: FATAL ERROR: class.customfields_widget.inc.php on line 168 2007-07-16 16:55:48 +00:00
Ralf Becker
58c7f4bf61 fixed double displayed label 2007-07-12 08:03:37 +00:00
Ralf Becker
2fc090e301 fixed not working type specific customfields in infolog 2007-07-12 07:31:32 +00:00
Ralf Becker
1e3627ad51 fix for bug #658: Custom Fields - added user in list comes up as ID (number)
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
Lars Kneschke
fa7b6e5504 merge from trunk(revision 23873:23912) to 1.4 branch 2007-05-22 04:04:13 +00:00
Ralf Becker
c81097ab13 worked around stupid php5.2 empty haystack warnings 2007-04-29 14:26:28 +00:00
Ralf Becker
efb218c924 we can have multiple comma-separated types now 2006-11-23 13:52:56 +00:00
Ralf Becker
532264b3fa new customfield types to select entry of other apps, eg. a contact 2006-10-04 17:10:05 +00:00
Ralf Becker
eb02bbde24 fixed infolog customfields show regardless of type 2006-09-20 17:49:15 +00:00
Cornelius Weiß
69aa6abdec update docu to better run trough phpdocumentor 2006-04-20 17:12:30 +00:00
Cornelius Weiß
300b9b1070 addressbook extension:
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 13:54:17 +00:00
Cornelius Weiß
b57aaf28af allow NOT in customfield search of type select 2005-11-10 12:10:17 +00:00
Ralf Becker
f21f778800 small phpDoc updates 2005-11-10 05:15:06 +00:00
Ralf Becker
d871b17bc9 valign top and other minor stuff 2005-11-08 14:33:16 +00:00
Cornelius Weiß
0c82e07152 fixed bug reported by lutz falkenberg
killed warnig if no customfields are present
2005-11-04 12:11:50 +00:00
Cornelius Weiß
fba9f65ae3 add option "dosn't matter" to selectboxes in search-mode 2005-11-02 16:48:24 +00:00
Cornelius Weiß
202611ea0d clean up code
bugfix for type radio
2005-10-28 21:05:56 +00:00
Cornelius Weiß
2afcf77024 advanced custiomfield widget moved from infolog 2005-10-28 18:29:05 +00:00