From: Sven Schöling Date: Mon, 10 Apr 2017 12:06:12 +0000 (+0200) Subject: ActionBar Doku: Ye Olde Butcherede Englishe X-Git-Tag: release-3.5.4~1128 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=74ddcb2ddf9628234969283532eb4370ef45d7c9;p=kivitendo-erp.git ActionBar Doku: Ye Olde Butcherede Englishe --- diff --git a/SL/Layout/ActionBar.pm b/SL/Layout/ActionBar.pm index 8447ec1b7..32c2f7d7e 100644 --- a/SL/Layout/ActionBar.pm +++ b/SL/Layout/ActionBar.pm @@ -199,7 +199,7 @@ A string type, followed by the parameters needed for that type. Type may be one C will use no parameters, the other three will expect one arrayref. -Two additional pseuso parameters are supported for those: +Two additional pseudo parameters are supported for those: =over 4 diff --git a/SL/Layout/ActionBar/Action.pm b/SL/Layout/ActionBar/Action.pm index c488f94a7..90eb8498c 100644 --- a/SL/Layout/ActionBar/Action.pm +++ b/SL/Layout/ActionBar/Action.pm @@ -65,7 +65,7 @@ This base class for actions can be used to implement elements that can be added to L. Elements can be interactive or simply used for layout. Most of the actual -semantik is handled in the corresponding javascript C, so +semantics are handled in the corresponding javascript C, so this is only used to generate the DOM elements and to provide information for request time logic decisions. @@ -190,7 +190,7 @@ If present, a click will C the action to prevent multiple activations. =item * C<< accesskey => $text >> -Registeres an accesskey for this element. While the most common accesskey is +Registers an accesskey for this element. While the most common accesskey is 'enter', in theory every other should work as well. Modifier keys can be added to the accesskey string with 'ctrl+', 'alt+', or 'shift+'. 'shift+' is not necessary for upper case letters.