Added String validators for BIC and IBAN (bank-related ISO numbers)
This commit is contained in:
parent
d9484b104e
commit
cf3748bf77
3 changed files with 59 additions and 4 deletions
|
@ -611,8 +611,9 @@
|
|||
</legend>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" width="100%"><tr>
|
||||
<td><span class="discreet" tal:define="descr python: tool.translate(searchDescr)"
|
||||
tal:condition="python: searchName and descr" tal:content="descr"></span><br/><br/>
|
||||
<td tal:define="descr python: tool.translate(searchDescr)"
|
||||
tal:condition="python: searchName and descr">
|
||||
<span class="discreet" tal:content="descr"></span><br/><br/>
|
||||
</td>
|
||||
<td align="right">
|
||||
<tal:comment replace="nothing">Appy (top) navigation</tal:comment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue