git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
11 lines
483 B
Plaintext
11 lines
483 B
Plaintext
<h2>{i18n}Select a Value{/i18n}</h2>
|
|
|
|
<p class="descriptiveText">{i18n}In some circumstances it is useful to view all
|
|
documents with a given value for a lookup field. Select the <strong>value</strong> from the list below
|
|
to view all relevant documents.{/i18n}</p>
|
|
|
|
<ul>
|
|
{foreach item=oValue from=$values}
|
|
<li><a href="{$smarty.server.PHP_SELF}?action=main&fField={$oField->getId()}&fValue={$oValue->getId()}&fBrowseMode=lookup_value">{$oValue->getName()}</a></li>
|
|
{/foreach}
|
|
</ul> |