Commit a124c1fd481b1fc920731017a6561547565db855

Authored by Brad Shuttleworth
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
templates/ktstandard/action/link.smarty
@@ -4,14 +4,14 @@ @@ -4,14 +4,14 @@
4 {if $link_types} 4 {if $link_types}
5 <p class="descriptiveText">{i18n}Select a target document to link to.{/i18n} 5 <p class="descriptiveText">{i18n}Select a target document to link to.{/i18n}
6 </p> 6 </p>
7 - 7 +<!--
8 <form method="POST" action="{$smarty.server.PHP_SELF}"> 8 <form method="POST" action="{$smarty.server.PHP_SELF}">
9 - 9 +-->
10 <p class="descriptiveText">{i18n}Use the folder collection and path below to 10 <p class="descriptiveText">{i18n}Use the folder collection and path below to
11 browse to the document you wish to link to.{/i18n}</p> 11 browse to the document you wish to link to.{/i18n}</p>
12 - 12 +<!--
13 <input type="hidden" name="fFolderId" value="{$folder->getId()}" /> 13 <input type="hidden" name="fFolderId" value="{$folder->getId()}" />
14 - 14 +-->
15 {foreach from=$collection_breadcrumbs item=breadcrumb name=bc} 15 {foreach from=$collection_breadcrumbs item=breadcrumb name=bc}
16 16
17 <a href="{$breadcrumb.url}">{$breadcrumb.name}</a> 17 <a href="{$breadcrumb.url}">{$breadcrumb.name}</a>
@@ -24,14 +24,13 @@ browse to the document you wish to link to.{/i18n}&lt;/p&gt; @@ -24,14 +24,13 @@ browse to the document you wish to link to.{/i18n}&lt;/p&gt;
24 24
25 25
26 {$collection->render()} 26 {$collection->render()}
27 -</div>  
28 - 27 +<!--
29 <div class="form_actions"> 28 <div class="form_actions">
30 <input type="submit" name="submit[move]" value="{i18n}Link{/i18n}" /> 29 <input type="submit" name="submit[move]" value="{i18n}Link{/i18n}" />
31 </div> 30 </div>
32 </fieldset> 31 </fieldset>
33 </form> 32 </form>
34 - 33 +-->
35 {else} 34 {else}
36 <div class="ktInfo"><p> 35 <div class="ktInfo"><p>
37 {i18n}No link types are defined. Please ask the administrator to add them.{/i18n}</p></div> 36 {i18n}No link types are defined. Please ask the administrator to add them.{/i18n}</p></div>