shortcuts manage.shortcuts.subtitle #parse ( "/template/includes/actionerrors.vm" )
#form_xsrfToken()

$action.getText("heading.create.shortcut")

#tag( "TextField" "label='shortcut.key.name'" "name='key'" "theme='aui'") #tag( "TextField" "label='shortcut.expanded.value.name'" "name='shortcutLinkConfig.expandedValue'" "theme='aui'") #tag( "TextField" "label='shortcut.default.alias.name'" "name='shortcutLinkConfig.defaultAlias'" "theme='aui'")

$action.getText("heading.current.shortcuts")

#if( !$shortcuts || $shortcuts.size()==0 ) #else #foreach( $shortcut in $shortcuts.entrySet() ) #end #end
$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")
$!webwork.htmlEncode($shortcut.key) $!webwork.htmlEncode($shortcut.value.expandedValue) $!webwork.htmlEncode($shortcut.value.defaultAlias) $action.getText("remove.name")
#parse("/breadcrumbs.vm")