Commit b4c43889f3fa8b6cfd64bd2d9a0c05e901f02fb1

Authored by Jalaloedien
1 parent 8f193123

KTS-1765

"On 'Assign Blocked Actions' page in workflow configuration - table columns extend way past the right side page border. "
Fixed.

Reviewed By: Kevin

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6539 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/workflow/admin/actions_edit.smarty
... ... @@ -9,7 +9,7 @@
9 9 {foreach from=$args item=v key=k}
10 10 <input type="hidden" name="{$k}" value="{$v}" />
11 11 {/foreach}
12   -
  12 +<div class="action_overview_scroll">
13 13 <table class="kt_collection narrow" cellspacing="0">
14 14 <thead>
15 15 <th>{i18n}State{/i18n}</th>
... ... @@ -33,7 +33,7 @@
33 33 {/foreach}
34 34 </tbody>
35 35 </table>
36   -
  36 +</div>
37 37 <div class="form_actions">
38 38 <input type="submit" value="{i18n}Block actions{/i18n}" />
39 39 <a href="{addQS context=$context}action=actionsoverview{/addQS}" class="form_cancel">{i18n}Cancel{/i18n}</a>
... ...