$action.getText("shortcut.key.name") | $action.getText("shortcut.expanded.value.name") | $action.getText("shortcut.default.alias.name") | $action.getText("heading.operations") | $action.getText("there.are.no.shortcuts") | #else #foreach( $shortcut in $shortcuts.entrySet() )
---|---|---|---|
$!webwork.htmlEncode($shortcut.key) | $!webwork.htmlEncode($shortcut.value.expandedValue) | $!webwork.htmlEncode($shortcut.value.defaultAlias) | $action.getText("remove.name") |