diff --git a/resources/js/collectionframe.js b/resources/js/collectionframe.js index 111abdc..a62623d 100644 --- a/resources/js/collectionframe.js +++ b/resources/js/collectionframe.js @@ -43,6 +43,9 @@ function setupFrame(frame) { continue; } forEach(elms, function(v) { + + if(v.type=='radio') { if (!v.checked){ return; }} + var newInput = INPUT({'type':'hidden', 'name':v.name, 'value':v.value}); diff --git a/templates/ktcore/assist/assist_notification.smarty b/templates/ktcore/assist/assist_notification.smarty index a67782a..4fe200e 100644 --- a/templates/ktcore/assist/assist_notification.smarty +++ b/templates/ktcore/assist/assist_notification.smarty @@ -5,7 +5,7 @@ the owner or an admin of this document.{/i18n}
{if !$is_broken} - {i18n}View Document{/i18n} + {i18n}View Help Request{/i18n} {else} {i18n}Document is no longer available{/i18n} {/if}