Commit 56d5cd2511a1af06d4bbb90f2272307df1426163
1 parent
c0cba281
Make it more clear what the list of items is and what the textbox is
for. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3844 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
5 additions
and
0 deletions
templates/ktcore/metadata/editField.smarty
| @@ -21,6 +21,10 @@ | @@ -21,6 +21,10 @@ | ||
| 21 | {if $oField->getHasLookup() and !$oField->getHasLookupTree()} | 21 | {if $oField->getHasLookup() and !$oField->getHasLookupTree()} |
| 22 | {assign var="aMetadata" value=$oField->getValues()} | 22 | {assign var="aMetadata" value=$oField->getValues()} |
| 23 | {if $aMetadata} | 23 | {if $aMetadata} |
| 24 | + | ||
| 25 | +<h2>Lookup Values</h2> | ||
| 26 | + | ||
| 27 | +<h3>Existing values</h3> | ||
| 24 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | 28 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 25 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}"> | 29 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}"> |
| 26 | <input type="hidden" name="fFieldId" value="{$oField->getId()}"> | 30 | <input type="hidden" name="fFieldId" value="{$oField->getId()}"> |
| @@ -34,6 +38,7 @@ | @@ -34,6 +38,7 @@ | ||
| 34 | </form> | 38 | </form> |
| 35 | {/if} | 39 | {/if} |
| 36 | 40 | ||
| 41 | +<h3>Add new values</h3> | ||
| 37 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | 42 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 38 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}"> | 43 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}"> |
| 39 | <input type="hidden" name="fFieldId" value="{$oField->getId()}"> | 44 | <input type="hidden" name="fFieldId" value="{$oField->getId()}"> |