ilscipio/scipio-erp

View on GitHub
framework/common/webcommon/viewBlocked.ftl

Summary

Maintainability
Test Coverage
<#--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<center>
  <div class="screenlet login-screenlet">
    <div class="screenlet-title-bar">
      <h3>${uiLabelMap.CommonViewBlocked}</h3>
    </div>
    <div class="screenlet-body">
        ${errorMessage!}
        <br />
    </div>
  </div>
</center>