Commit 7b557a395bfa258b4b3caddfbbce3b2ba888e46b
1 parent
40fce4fe
Merged from STABLE trunk...
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/STABLE/branches/3.3.6-Release-Branch@6541 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
templates/ktcore/workflow/admin/actions_edit.smarty
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | {foreach from=$args item=v key=k} | 9 | {foreach from=$args item=v key=k} |
| 10 | <input type="hidden" name="{$k}" value="{$v}" /> | 10 | <input type="hidden" name="{$k}" value="{$v}" /> |
| 11 | {/foreach} | 11 | {/foreach} |
| 12 | - | 12 | +<div class="action_overview_scroll"> |
| 13 | <table class="kt_collection narrow" cellspacing="0"> | 13 | <table class="kt_collection narrow" cellspacing="0"> |
| 14 | <thead> | 14 | <thead> |
| 15 | <th>{i18n}State{/i18n}</th> | 15 | <th>{i18n}State{/i18n}</th> |
| @@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
| 33 | {/foreach} | 33 | {/foreach} |
| 34 | </tbody> | 34 | </tbody> |
| 35 | </table> | 35 | </table> |
| 36 | - | 36 | +</div> |
| 37 | <div class="form_actions"> | 37 | <div class="form_actions"> |
| 38 | <input type="submit" value="{i18n}Block actions{/i18n}" /> | 38 | <input type="submit" value="{i18n}Block actions{/i18n}" /> |
| 39 | <a href="{addQS context=$context}action=actionsoverview{/addQS}" class="form_cancel">{i18n}Cancel{/i18n}</a> | 39 | <a href="{addQS context=$context}action=actionsoverview{/addQS}" class="form_cancel">{i18n}Cancel{/i18n}</a> |