[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4078] branches/1.3/templates
- Subject: SF.net SVN: ledger-smb:[4078] branches/1.3/templates
- From: ..hidden..
- Date: Fri, 25 Nov 2011 12:57:00 +0000
Revision: 4078
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4078&view=rev
Author: einhverfr
Date: 2011-11-25 12:57:00 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
Fixing timecard templates
Modified Paths:
--------------
branches/1.3/templates/demo/timecard.tex
branches/1.3/templates/xedemo/timecard.tex
Modified: branches/1.3/templates/demo/timecard.tex
===================================================================
--- branches/1.3/templates/demo/timecard.tex 2011-11-25 12:45:38 UTC (rev 4077)
+++ branches/1.3/templates/demo/timecard.tex 2011-11-25 12:57:00 UTC (rev 4078)
@@ -19,7 +19,7 @@
\vspace*{0.5cm}
\begin{tabular}[t]{ll}
- \textbf<?lsmb text('Employee') ?>} & <?lsmb employee ?> \\
+ \textbf{<?lsmb text('Employee') ?>} & <?lsmb employee ?> \\
\textbf{<?lsmb text('ID') ?>} & <?lsmb employee_id ?> \\
\end{tabular}
\hfill
Modified: branches/1.3/templates/xedemo/timecard.tex
===================================================================
--- branches/1.3/templates/xedemo/timecard.tex 2011-11-25 12:45:38 UTC (rev 4077)
+++ branches/1.3/templates/xedemo/timecard.tex 2011-11-25 12:57:00 UTC (rev 4078)
@@ -18,7 +18,7 @@
\vspace*{0.5cm}
\begin{tabular}[t]{ll}
- \textbf<?lsmb text('Employee') ?>} & <?lsmb employee ?> \\
+ \textbf{<?lsmb text('Employee') ?>} & <?lsmb employee ?> \\
\textbf{<?lsmb text('ID') ?>} & <?lsmb employee_id ?> \\
\end{tabular}
\hfill
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.