fix bad i18n label in InOut Template
This commit is contained in:
parent
4285ee1e9c
commit
c9e0eecc4a
2 changed files with 52 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.3.8
|
||||
- Fixed a template variable rewriting problem with HTML::Template::Expr
|
||||
- Added a attachment_thumbnail option to the CS RSS feed.
|
||||
- No Reports In/Out Board (perlDreamer Consulting, LLC)
|
||||
|
||||
7.3.7
|
||||
- Fixed a template variable rewriting problem with Template Toolkit.
|
||||
|
|
|
|||
51
docs/upgrades/templates-7.3.8/inOutTemplate.tmpl
Normal file
51
docs/upgrades/templates-7.3.8/inOutTemplate.tmpl
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
#IOB0000000000000000001
|
||||
#namespace:InOutBoard
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<div class="fontSettings">
|
||||
<tmpl_var description>
|
||||
<br /><br />
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
<tmpl_if selectDelegatesURL>
|
||||
<a href="<tmpl_var selectDelegatesURL>"><tmpl_var selectDelegatesLabel></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if canViewReport>
|
||||
<tmpl_if selectDelegatesURL>
|
||||
·
|
||||
</tmpl_if>
|
||||
<a href="<tmpl_var viewReportURL>"><tmpl_var viewReportLabel></a>
|
||||
</tmpl_if>
|
||||
</div>
|
||||
|
||||
<tmpl_if displayForm>
|
||||
<div class="fontSettings">
|
||||
<tmpl_var form>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="0" class="iob">
|
||||
<tmpl_loop rows_loop>
|
||||
<tmpl_if deptHasChanged>
|
||||
<tr><td colspan="4" class="noBorder"><br /><b><tmpl_var department></b></td></tr>
|
||||
</tmpl_if>
|
||||
<tr>
|
||||
<td<tmpl_if __ODD__> class="odd"</tmpl_if>><tmpl_var username></td>
|
||||
<td<tmpl_if __ODD__> class="odd"</tmpl_if>><tmpl_var status></td>
|
||||
<td<tmpl_if __ODD__> class="odd"</tmpl_if>><tmpl_var dateStamp></td>
|
||||
<td<tmpl_if __ODD__> class="odd"</tmpl_if>><tmpl_var message></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
<tr><td colspan="4"><tmpl_var paginateBar></td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue