ForgotPassword, Draft for other status issue fixed in PDF
This commit is contained in:
parent
a4278a0213
commit
618e52232a
@ -93,7 +93,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div style="text-align:right;">
|
<div style="text-align:right;">
|
||||||
<?php
|
<?php
|
||||||
if ($postatus == 'ST026')
|
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||||
{}
|
{}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -115,7 +115,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div style="text-align:right;">
|
<div style="text-align:right;">
|
||||||
<?php
|
<?php
|
||||||
if ($postatus == 'ST026')
|
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||||
{}
|
{}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a href="<?php echo base_url() ?>forgotPassword">Forgot Password</a><br>
|
<!-- <a href="<?php echo base_url() ?>forgotPassword">Forgot Password</a><br> -->
|
||||||
|
|
||||||
</div><!-- /.login-box-body -->
|
</div><!-- /.login-box-body -->
|
||||||
</div><!-- /.login-box -->
|
</div><!-- /.login-box -->
|
||||||
|
|||||||
@ -86,7 +86,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div style="text-align:right;">
|
<div style="text-align:right;">
|
||||||
<?php
|
<?php
|
||||||
if ($postatus == 'ST026')
|
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||||
{}
|
{}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div style="text-align:right;">
|
<div style="text-align:right;">
|
||||||
<?php
|
<?php
|
||||||
if ($postatus == 'ST026')
|
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||||
{ }
|
{ }
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user