Commit a124c1fd481b1fc920731017a6561547565db855
1 parent
9af5c8ac
- improve link connections.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4819 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
6 additions
and
7 deletions
templates/ktstandard/action/link.smarty
| ... | ... | @@ -4,14 +4,14 @@ |
| 4 | 4 | {if $link_types} |
| 5 | 5 | <p class="descriptiveText">{i18n}Select a target document to link to.{/i18n} |
| 6 | 6 | </p> |
| 7 | - | |
| 7 | +<!-- | |
| 8 | 8 | <form method="POST" action="{$smarty.server.PHP_SELF}"> |
| 9 | - | |
| 9 | +--> | |
| 10 | 10 | <p class="descriptiveText">{i18n}Use the folder collection and path below to |
| 11 | 11 | browse to the document you wish to link to.{/i18n}</p> |
| 12 | - | |
| 12 | +<!-- | |
| 13 | 13 | <input type="hidden" name="fFolderId" value="{$folder->getId()}" /> |
| 14 | - | |
| 14 | +--> | |
| 15 | 15 | {foreach from=$collection_breadcrumbs item=breadcrumb name=bc} |
| 16 | 16 | |
| 17 | 17 | <a href="{$breadcrumb.url}">{$breadcrumb.name}</a> |
| ... | ... | @@ -24,14 +24,13 @@ browse to the document you wish to link to.{/i18n}</p> |
| 24 | 24 | |
| 25 | 25 | |
| 26 | 26 | {$collection->render()} |
| 27 | -</div> | |
| 28 | - | |
| 27 | +<!-- | |
| 29 | 28 | <div class="form_actions"> |
| 30 | 29 | <input type="submit" name="submit[move]" value="{i18n}Link{/i18n}" /> |
| 31 | 30 | </div> |
| 32 | 31 | </fieldset> |
| 33 | 32 | </form> |
| 34 | - | |
| 33 | +--> | |
| 35 | 34 | {else} |
| 36 | 35 | <div class="ktInfo"><p> |
| 37 | 36 | {i18n}No link types are defined. Please ask the administrator to add them.{/i18n}</p></div> | ... | ... |