open-orchestra/open-orchestra-cms-bundle

View on GitHub
WorkflowAdminBundle/Resources/public/template/WorkflowProfile/workflowProfileView._tpl.html

Summary

Maintainability
Test Coverage
<div class="top-action-buttons">
    <a class="btn btn-info" href="#<%- Backbone.history.generateUrl('newWorkflowProfile') %>" role="button">
        <%- Translator.trans('open_orchestra_backoffice.add')%>
    </a>
</div>
<h1> <%- Translator.trans('open_orchestra_workflow_admin.workflow_profile.title_list') %></h1>
<form class="form-horizontal search-engine">
    <div class="form-group col-lg-6">
        <input type="hidden" name='language' value="<%- language %>">
        <label for="label" class="control-label col-md-4"><%- Translator.trans('open_orchestra_workflow_admin.table.workflow_profile.label')%></label>
        <div class="col-md-8">
            <input type="text" name='label' class="form-control" id="label">
        </div>
    </div>
    <div class="form-group col-lg-6">
        <button class="btn btn-info col-md-offset-4 submit"><%- Translator.trans('open_orchestra_backoffice.search_engine.filter')%></button>
    </div>
</form>
<div class="workflow-profile-list">
</div>
<div class="bottom-action-buttons">
    <button class="btn btn-danger btn-delete disabled"><%- Translator.trans('open_orchestra_backoffice.table.delete_button')%></button>
</div>
<div class="group graphic-workflow-preview"></div>