phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: infolog/setup etemplates.inc.php,1.1,1.2 phpgw_e


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/setup etemplates.inc.php,1.1,1.2 phpgw_en.lang,1.17,1.18
Date: Tue, 03 Sep 2002 19:09:23 -0400

Update of /cvsroot/phpgroupware/infolog/setup
In directory subversions:/tmp/cvs-serv11209

Modified Files:
        etemplates.inc.php phpgw_en.lang 
Log Message:
link functionality is now working, the UI is not very pretty

Index: etemplates.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/setup/etemplates.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** etemplates.inc.php  2 Sep 2002 21:49:22 -0000       1.1
--- etemplates.inc.php  3 Sep 2002 23:09:21 -0000       1.2
***************
*** 1,6 ****
  <?php
! // eTemplates for Application 'infolog', generated by etemplate.dump() 
2002-09-02 23:51
  
! $templ_data[] = array('name' => 'infolog.linkto_widget.create','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.001','data' => 
'a:3:{i:0;a:0:{}i:1;a:3:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"name\";s:3:\"app\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:2:\"id\";s:4:\"help\";s:28:\"Select
 an entry to link 
with\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Link\";s:4:\"name\";s:6:\"create\";s:4:\"help\";s:29:\"click
 here to create the 
Link\";}}i:2;a:3:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:6:\"Remark\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:5:\"50,50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:6:\"remark\";s:4:\"help\";s:25:\"optional
 note to the Link\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size' => 
'','style' => '',);
  
  $templ_data[] = array('name' => 'infolog.linkto_widget.search','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.001','data' => 
'a:2:{i:0;a:0:{}i:1;a:4:{s:1:\"A\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Search\";s:4:\"name\";s:3:\"app\";s:4:\"help\";s:26:\"Select
 an App to search 
in\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"query\";s:4:\"help\";s:23:\"Enter
 the query 
pattern\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Search\";s:4:\"name\";s:6:\"search\";s:4:\"help\";s:30:\"click
 here to start the 
search\";}s:1:\"D\";a:3:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"i\";s:4:\"name\";s:3:\"msg\";}}}','size'
 => '','style' => '',);
--- 1,12 ----
  <?php
! // eTemplates for Application 'infolog', generated by etemplate.dump() 
2002-09-04 01:02
  
! $templ_data[] = array('name' => 'infolog.linklist_widget','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.001','data' => 
'a:3:{i:0;a:2:{s:2:\"c1\";s:3:\"nmh\";s:2:\"c2\";s:3:\"nmr\";}i:1;a:4:{s:1:\"A\";a:3:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:4:\"name\";s:3:\"app\";}s:1:\"B\";a:4:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:5:\"title\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:6:\"Remark\";}s:1:\"D\";a:4:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"Id\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:2:\"id\";}}i:2;a:4:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"name\";s:11:\"${row}[app]\";}s:1:\"B\";a:3:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:13:\"${row}[title]\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:14:\"${row}[remark]\";}s:1:\"D\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Unlink\";s:4:\"name\";s:26:\"unlink[$row_cont[link_id]]\";s:4:\"help\";s:39:\"Remove
 this link (not the entry itself)\";}}}','size' => '','style' => '',);
! 
! $templ_data[] = array('name' => 'infolog.linklist_widget','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.002','data' => 
'a:2:{i:0;a:1:{s:2:\"c1\";s:3:\"nmr\";}i:1;a:4:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"name\";s:11:\"${row}[app]\";}s:1:\"B\";a:3:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:13:\"${row}[title]\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:14:\"${row}[remark]\";}s:1:\"D\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Unlink\";s:4:\"name\";s:26:\"unlink[$row_cont[link_id]]\";s:4:\"help\";s:39:\"Remove
 this link (not the entry itself)\";}}}','size' => '','style' => '',);
! 
! $templ_data[] = array('name' => 'infolog.linklist_widget.test','template' => 
'','lang' => '','group' => '0','version' => '','data' => 
'a:2:{i:0;a:0:{}i:1;a:1:{s:1:\"A\";a:2:{s:4:\"type\";s:8:\"linklist\";s:4:\"name\";s:5:\"links\";}}}','size'
 => '','style' => '',);
! 
! $templ_data[] = array('name' => 'infolog.linkto_widget.create','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.001','data' => 
'a:3:{i:0;a:0:{}i:1;a:4:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"name\";s:3:\"app\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:2:\"id\";s:4:\"help\";s:28:\"Select
 an entry to link 
with\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Link\";s:4:\"name\";s:6:\"create\";s:4:\"help\";s:29:\"click
 here to create the 
Link\";}s:1:\"D\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:10:\"New 
search\";s:4:\"name\";s:3:\"new\";s:4:\"help\";s:36:\"start a new search, 
cancel this 
link\";}}i:2;a:4:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:6:\"Remark\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:5:\"50,50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:6:\"remark\";s:4:\"help\";s:25:\"optional
 note to the 
Link\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size'
 => '','style' => '',);
  
  $templ_data[] = array('name' => 'infolog.linkto_widget.search','template' => 
'','lang' => '','group' => '0','version' => '0.9.15.001','data' => 
'a:2:{i:0;a:0:{}i:1;a:4:{s:1:\"A\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Search\";s:4:\"name\";s:3:\"app\";s:4:\"help\";s:26:\"Select
 an App to search 
in\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"query\";s:4:\"help\";s:23:\"Enter
 the query 
pattern\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Search\";s:4:\"name\";s:6:\"search\";s:4:\"help\";s:30:\"click
 here to start the 
search\";}s:1:\"D\";a:3:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"i\";s:4:\"name\";s:3:\"msg\";}}}','size'
 => '','style' => '',);

Index: phpgw_en.lang
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/setup/phpgw_en.lang,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** phpgw_en.lang       24 Aug 2002 13:56:16 -0000      1.17
--- phpgw_en.lang       3 Sep 2002 23:09:21 -0000       1.18
***************
*** 1,18 ****
  %1 records imported   infolog en      %1 records imported
  %1 records read (not yet imported, you may go back and uncheck test import)   
infolog en      %1 records read (not yet imported, you may go %2back%3 and 
uncheck Test Import)
  accept        infolog en      accept
  action        infolog en      Action
- Add a file    infolog en      Add a file
  add   infolog en      Add
  add sub       infolog en      add Sub
  all   infolog en      All
  are you sure you want to delete this entry    infolog en      Are you sure 
you want to delete this entry
  attach file   infolog en      Attach file
! back to Projectlist   infolog en      Back to Projectlist
! <b>file-attachments via symlinks</b> instead of uploads and retrieval via 
file:/path for direct lan-clients   infolog en      <b>file-attachments via 
symlinks</b> instead of uploads and retrieval via file:/path for direct 
lan-clients
  billed        infolog en      billed
  both  infolog en      both
  call  infolog en      call
  category      infolog en      Category
  close infolog en      Close
  comment       infolog en      Comment
--- 1,20 ----
  %1 records imported   infolog en      %1 records imported
  %1 records read (not yet imported, you may go back and uncheck test import)   
infolog en      %1 records read (not yet imported, you may go %2back%3 and 
uncheck Test Import)
+ <b>file-attachments via symlinks</b> instead of uploads and retrieval via 
file:/path for direct lan-clients   infolog en      en      
  accept        infolog en      accept
  action        infolog en      Action
  add   infolog en      Add
+ add a file    infolog en      Add a file
  add sub       infolog en      add Sub
  all   infolog en      All
  are you sure you want to delete this entry    infolog en      Are you sure 
you want to delete this entry
  attach file   infolog en      Attach file
! back to projectlist   infolog en      Back to Projectlist
  billed        infolog en      billed
  both  infolog en      both
  call  infolog en      call
  category      infolog en      Category
+ click here to create the link infolog en      click here to create the Link
+ click here to start the search        infolog en      click here to start the 
search
  close infolog en      Close
  comment       infolog en      Comment
***************
*** 24,35 ****
  datecreated   infolog en      date created
  days  infolog en      days
! default Filter for InfoLog    infolog en      Default Filter for InfoLog
! description can not exceed 8000 characters in length  infolog en      
Description can not exceed 8000 characters in length
  description   infolog en      Description
  done  infolog en      done
  download      infolog en      Download
  duration      infolog en      Duration
- enddate can not be before startdate   infolog en      Enddate can not be 
before startdate
  enddate       infolog en      Enddate
  entry and all files   infolog en      Entry and all files
  fax   infolog en      Fax
--- 26,38 ----
  datecreated   infolog en      date created
  days  infolog en      days
! default filter for infolog    infolog en      Default Filter for InfoLog
  description   infolog en      Description
+ description can not exceed 8000 characters in length  infolog en      
Description can not exceed 8000 characters in length
  done  infolog en      done
  download      infolog en      Download
  duration      infolog en      Duration
  enddate       infolog en      Enddate
+ enddate can not be before startdate   infolog en      Enddate can not be 
before startdate
+ enter the query pattern       infolog en      Enter the query pattern
  entry and all files   infolog en      Entry and all files
  fax   infolog en      Fax
***************
*** 37,40 ****
--- 40,44 ----
  finish        infolog en      finish
  from  infolog en      From
+ id    infolog en      Id
  import        infolog en      Import
  info log      common  en      InfoLog
***************
*** 42,89 ****
  infolog - delete      infolog en      Info Log - Delete
  infolog - edit        infolog en      InfoLog - Edit
! infolog-fieldname     infolog en      Info Log-Fieldname
! infolog - import CSV-File     infolog en      InfoLog - Import CSV-File
  infolog - new infolog en      InfoLog - New
  infolog - new subproject      infolog en      InfoLog - New Subproject
- infolog preferences   common  en      InfoLog preferences
  infolog - subprojects from    infolog en      InfoLog - Subprojects from
! Invalid filename      infolog en      Invalid filename
  last changed  infolog en      last changed
! list no Subs/Childs   infolog en      List no Subs/Childs
  no - cancel   infolog en      No - Cancel
  no entries found, try again ...       infolog en      no entries found, try 
again ...
  no filter     infolog en      no Filter
  none  infolog en      None
  not assigned  infolog en      not assigned
  note  infolog en      Note
- not   infolog en      not
  number of records to read (<=200)     infolog en      Number of records to 
read (<=200)
  offer infolog en      offer
  ongoing       infolog en      ongoing
  open  infolog en      open
  overdue       infolog en      overdue
- owner infolog en      Owner
  own   infolog en      own
  own open      infolog en      own open
  own overdue   infolog en      own overdue
  own upcoming  infolog en      own upcoming
! path on (web-)serverside<br>eg. /var/samba/Share      infolog en      path on 
(web-)serverside<br>eg. /var/samba/Share
! pattern for search in addressbook     infolog en pattern for search in 
Addressbook
  pattern for search in projects        infolog en      pattern for search in 
Projects
- phonecall     infolog en      Phonecall
- phone/email   infolog en      Phone/Email
  phone infolog en      Phonecall
  priority      infolog en      Priority
  private       infolog en      Private
  project       infolog en      Project
- reg. expr. for local IP's<br>eg. ^192\.168\.1\.       infolog en      reg. 
expr. for local IP's<br>eg. ^192\.168\.1\.
  re:   infolog en      Re:
  responsible   infolog en      Responsible
  search for:   infolog en      Search for:
  select        infolog en      Select
  show full usernames   infolog en      Show full usernames
  showing x     infolog en      showing %1
  showing x - x of x    infolog en      showing %1 - %2 of %3
! show open Events: Tasks/Calls/Notes on main screen    infolog en      Show 
open Events: Tasks/Calls/Notes on main screen
  startdate     infolog en      Startdate
  startrecord   infolog en      Startrecord
--- 46,102 ----
  infolog - delete      infolog en      Info Log - Delete
  infolog - edit        infolog en      InfoLog - Edit
! infolog - import csv-file     infolog en      InfoLog - Import CSV-File
  infolog - new infolog en      InfoLog - New
  infolog - new subproject      infolog en      InfoLog - New Subproject
  infolog - subprojects from    infolog en      InfoLog - Subprojects from
! infolog preferences   common  en      InfoLog preferences
! infolog-fieldname     infolog en      Info Log-Fieldname
! invalid filename      infolog en      Invalid filename
  last changed  infolog en      last changed
! link  infolog en      Link
! list no subs/childs   infolog en      List no Subs/Childs
! new search    infolog en      New search
  no - cancel   infolog en      No - Cancel
  no entries found, try again ...       infolog en      no entries found, try 
again ...
  no filter     infolog en      no Filter
  none  infolog en      None
+ not   infolog en      not
  not assigned  infolog en      not assigned
  note  infolog en      Note
  number of records to read (<=200)     infolog en      Number of records to 
read (<=200)
  offer infolog en      offer
  ongoing       infolog en      ongoing
  open  infolog en      open
+ optional note to the link     infolog en      optional note to the Link
  overdue       infolog en      overdue
  own   infolog en      own
  own open      infolog en      own open
  own overdue   infolog en      own overdue
  own upcoming  infolog en      own upcoming
! owner infolog en      Owner
! path on (web-)serverside<br>eg. /var/samba/share      infolog en      path on 
(web-)serverside<br>eg. /var/samba/Share
! pattern for search in addressbook     infolog en      
  pattern for search in projects        infolog en      pattern for search in 
Projects
  phone infolog en      Phonecall
+ phone/email   infolog en      Phone/Email
+ phonecall     infolog en      Phonecall
  priority      infolog en      Priority
  private       infolog en      Private
  project       infolog en      Project
  re:   infolog en      Re:
+ reg. expr. for local ip's<br>eg. ^192\.168\.1\.       infolog en      reg. 
expr. for local IP's<br>eg. ^192\.168\.1\.
+ remark        infolog en      Remark
+ remove this link (not the entry itself)       infolog en      Remove this 
link (not the entry itself)
  responsible   infolog en      Responsible
+ search        infolog en      Search
  search for:   infolog en      Search for:
  select        infolog en      Select
+ select an app to search in    infolog en      Select an App to search in
+ select an entry to link with  infolog en      Select an entry to link with
  show full usernames   infolog en      Show full usernames
+ show open events: tasks/calls/notes on main screen    infolog en      Show 
open Events: Tasks/Calls/Notes on main screen
  showing x     infolog en      showing %1
  showing x - x of x    infolog en      showing %1 - %2 of %3
! start a new search, cancel this link  infolog en      start a new search, 
cancel this link
  startdate     infolog en      Startdate
  startrecord   infolog en      Startrecord
***************
*** 91,104 ****
  subject       infolog en      Subject
  task  infolog en      ToDo
! test Import (show importable records <u>only</u> in browser)  infolog en      
Test Import (show importable records <u>only</u> in browser)
  today infolog en      Today
  translation   infolog en      Translation
  type  infolog en      Type
  upcoming      infolog en      upcoming
  urgency       infolog en      urgency
  urgent        infolog en      urgent
! use Button to search for Address      infolog en      use Button to search 
for Address
! use Button to search for Project      infolog en      use Button to search 
for Project
! valid path on clientside<br>eg. \\Server\Share or e:\ infolog en      valid 
path on clientside<br>eg. \\Server\Share or e:\
  view other subs       infolog en      view other Subs
  view subs     infolog en      view Subs
--- 104,118 ----
  subject       infolog en      Subject
  task  infolog en      ToDo
! test import (show importable records <u>only</u> in browser)  infolog en      
Test Import (show importable records <u>only</u> in browser)
  today infolog en      Today
  translation   infolog en      Translation
  type  infolog en      Type
+ unlink        infolog en      Unlink
  upcoming      infolog en      upcoming
  urgency       infolog en      urgency
  urgent        infolog en      urgent
! use button to search for address      infolog en      use Button to search 
for Address
! use button to search for project      infolog en      use Button to search 
for Project
! valid path on clientside<br>eg. \\server\share or e:\ infolog en      valid 
path on clientside<br>eg. \\Server\Share or e:\
  view other subs       infolog en      view other Subs
  view subs     infolog en      view Subs





reply via email to

[Prev in Thread] Current Thread [Next in Thread]