phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/templates/default edit.xet,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/templates/default edit.xet,1.5,1.6
Date: Sun, 20 Oct 2002 11:06:55 -0400

Update of /cvsroot/phpgroupware/infolog/templates/default
In directory subversions:/tmp/cvs-serv15490

Modified Files:
        edit.xet 
Log Message:
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)

Index: edit.xet
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/edit.xet,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** edit.xet    17 Oct 2002 22:19:16 -0000      1.5
--- edit.xet    20 Oct 2002 15:06:52 -0000      1.6
***************
*** 72,76 ****
                </rows>
        </grid>
!       <grid id="infolog.edit" template="" lang="" group="" 
version="0.9.15.002" width="100%">
                <columns>
                        <column width="103"/>
--- 72,76 ----
                </rows>
        </grid>
!       <grid id="infolog.edit" template="" lang="" group="" 
version="0.9.15.003" width="100%">
                <columns>
                        <column width="103"/>
***************
*** 153,157 ****
                                </menulist>
                                <description value="Last modified"/>
!                               <date id="info_datemodified" readonly="true"/>
                        </row>
                        <row>
--- 153,162 ----
                                </menulist>
                                <description value="Last modified"/>
!                               <hbox options="0,0">
!                                       <menulist>
!                                               <menupopup 
type="select-account" options=",,2" id="info_modifier" readonly="true"/>
!                                       </menulist>
!                                       <date class="lpadding5" 
id="info_datemodified" readonly="true"/>
!                               </hbox>
                        </row>
                        <row>
***************
*** 163,167 ****
                </rows>
                <styles>
!                       .headertext { color: black; font-size: 120%; }
                </styles>
        </grid>
--- 168,173 ----
                </rows>
                <styles>
!                       .headertext { color: black; font-size: 120%; }
! .lpadding5 { padding-left: 5px; };
                </styles>
        </grid>





reply via email to

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