OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/templates/components/selectable_title.html

17 lines
593 B

<div class="title-container">
<div class="text">
<h2>
<span has-dropdown-menu
target="wpQuerySelectService"
collision-container="#content"
locals="selectedTitle">
<accessible-by-keyboard
link-class="wp-table--query-menu-link"
link-title="{{ I18n.t('js.toolbar.search_query_title') }}" >
<op-icon icon-classes="icon-pulldown icon-button icon-small hide-when-print"></op-icon>
{{ selectedTitle | characters:50 }}
</accessible-by-keyboard>
</span>
</h2>
</div>
</div>