[Rtir] possible little bug in /RTIR/Incidents/Create.html
Jesse Vincent
jesse at bestpractical.com
Mon Mar 15 10:44:54 EST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks. Applied.
For next time, can you send patches in unified diff format?
diff -u old new
Thanks,
Jesse
On Mar 15, 2004, at 10:09 AM, Marc Boix wrote:
> 132,135c128
> < <TD><input size=3 name="TimeWorked" value="<%
> $ARGS{TimeWorked} &&
> $ARGS{TimeWorked} || 0 %>"></TD>
> ---
>> <TD><input size=3 name="TimeWorked"<% $ARGS{TimeWorked} && "
> VALUE=\"$ARGS{TimeWorked}\"" || " VALUE=0" %>></TD>
>
> 139,142c132
> < <TD><input size=3 name="TimeLeft"
> value="<%$ARGS{TimeLeft}%>"></TD>
> ---
>> <TD><input size=3 name="TimeLeft"<% $ARGS{TimeLeft} && "
> VALUE=\"$ARGS{TimeLeft}\"" %>></TD>
>
> 164,167c154
> < <TD><input size=10 name="Due" value="<% $ARGS{Due}
> %>"></TD>
> ---
>> <TD><input size=10 name="Due"<% $ARGS{Due} && "
> VALUE=\"$ARGS{Due}\"" %>></TD>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFAVc92QaM/s3DrrJARAnu0AJ4j3IE6RoCBmzu5ji5uTGuZyWSBIwCgjBjz
r2YpaARwPSnzSOvCHafGNgc=
=aJ7B
-----END PGP SIGNATURE-----
More information about the Rtir
mailing list