Project

General

Profile

« Previous | Next » 

Revision 2490

Added by sgarg over 19 years ago

Fixed a bug - there is a white space at the end of data medium

View differences:

lib/style/common/templates/entryForm.tmpl
1993 1993
        <td class="rightCol"><span class="label">*Data Medium</span></td>
1994 1994
  
1995 1995
        <td colspan="5" align="left">
1996
        [% IF form == 're_entry' && dataMedium == "digital" %]	
1996
        [% IF form == 're_entry' && dataMedium == "digital " %]	
1997 1997
            <input type="radio"  name="dataMedium" onClick="handleOther(0, 'otherDM')" value="digital" CHECKED><span class="regtext">Digital&nbsp;&nbsp;</span></input>
1998 1998
        [%ELSE%]
1999 1999
            <input type="radio"  name="dataMedium" onClick="handleOther(0, 'otherDM')" value="digital"><span class="regtext">Digital&nbsp;&nbsp;</span></input>
2000 2000
        [% END %]
2001
        [% IF form == 're_entry' && dataMedium == "hardcopy" %]	
2001
        [% IF form == 're_entry' && dataMedium == "hardcopy " %]	
2002 2002
           <input type="radio"  name="dataMedium" onClick="handleOther(0, 'otherDM')" value="hardcopy" CHECKED><span class="regtext">Hardcopy&nbsp;&nbsp;</span></input>
2003 2003
        [%ELSE%]
2004 2004
           <input type="radio"  name="dataMedium" onClick="handleOther(0, 'otherDM')" value="hardcopy"><span class="regtext">Hardcopy&nbsp;&nbsp;</span></input>

Also available in: Unified diff