phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: developer_tools/templates/default langfile.tpl,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools/templates/default langfile.tpl,1.8.4.3,1.8.4.4
Date: Thu, 01 May 2003 21:15:13 -0400

Update of /cvsroot/phpgroupware/developer_tools/templates/default
In directory subversions:/tmp/cvs-serv4127/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        langfile.tpl 
Log Message:
some small fixes:
- api messages go under 'comon' not 'phpgwapi'
- destination language selectbox send the form now on change
- create_notify() added to the array of lang-functions
- quoted all db-querys


Index: langfile.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/templates/default/langfile.tpl,v
retrieving revision 1.8.4.3
retrieving revision 1.8.4.4
diff -C2 -r1.8.4.3 -r1.8.4.4
*** langfile.tpl        7 Apr 2003 00:31:40 -0000       1.8.4.3
--- langfile.tpl        2 May 2003 01:15:11 -0000       1.8.4.4
***************
*** 16,20 ****
     <td>{lang_target}</td>
     <td colspan="2">
!     <select name="targetlang">
  {targetlangs}
      </select>
--- 16,20 ----
     <td>{lang_target}</td>
     <td colspan="2">
!     <select name="targetlang" onChange="this.form.submit();">
  {targetlangs}
      </select>
***************
*** 24,28 ****
    <td>&nbsp;</td>
    <input name="app_name" type="hidden" value="{app_name}">
!    <td width="10%"><input type="Submit" name="submit" value="{lang_submit}" 
{load_help}></td>
   </form>
     <td width="75%">
--- 24,28 ----
    <td>&nbsp;</td>
    <input name="app_name" type="hidden" value="{app_name}">
!    <td width="10%"><input type="submit" name="submitit" value="{lang_submit}" 
{load_help}></td>
   </form>
     <td width="75%">





reply via email to

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