mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 05:27:03 +02:00
merging new gui part #1
This commit is contained in:
@ -1,22 +1,27 @@
|
||||
|
||||
<p>
|
||||
<div>
|
||||
|
||||
<?php if($confirmed){ ?>
|
||||
|
||||
<?php print $x; ?>. <a href="index.php?route=policy/retention"><?php print $text_back; ?></a>
|
||||
<p><?php print $x; ?>.</p>
|
||||
<p><a href="index.php?route=policy/retention"><?php print $text_back; ?></a></p>
|
||||
|
||||
<?php } else { ?>
|
||||
<a href="index.php?route=policy/removeretention&id=<?php print $id; ?>&confirmed=1"><?php print $text_remove_rule; ?></a>: <?php
|
||||
<p><a href="index.php?route=policy/removeretention&id=<?php print $id; ?>&confirmed=1"><?php print $text_remove_rule; ?></a>:</p>
|
||||
<p>
|
||||
<?php
|
||||
if($rule['from']) { print $text_from . ': ' . $rule['from'] . ', '; }
|
||||
if($rule['to']) { print $text_to . ': ' . $rule['to'] . ', '; }
|
||||
if($rule['subject']) { print $text_subject . ': ' . $rule['subject'] . ', '; }
|
||||
if($rule['size'] > 0) { print $text_size . ': ' . $rule['_size'] . ' ' . $rule['size'] . ', '; }
|
||||
if($rule['attachment_type'] > 0) { print $text_attachment_type . ': ' . $rule['attachment_type'] . ', '; }
|
||||
if($rule['attachment_size'] > 0) { print $text_attachment_size . ': ' . $rule['_attachment_size'] . ' ' . $rule['attachment_size'] . ' '; }
|
||||
?>
|
||||
</p>
|
||||
|
||||
if($rule['from']) { print $text_from . ': ' . $rule['from'] . ', '; }
|
||||
if($rule['to']) { print $text_to . ': ' . $rule['to'] . ', '; }
|
||||
if($rule['subject']) { print $text_subject . ': ' . $rule['subject'] . ', '; }
|
||||
if($rule['size'] > 0) { print $text_size . ': ' . $rule['_size'] . ' ' . $rule['size'] . ', '; }
|
||||
if($rule['attachment_type'] > 0) { print $text_attachment_type . ': ' . $rule['attachment_type'] . ', '; }
|
||||
if($rule['attachment_size'] > 0) { print $text_attachment_size . ': ' . $rule['_attachment_size'] . ' ' . $rule['attachment_size'] . ' '; }
|
||||
?> <a href="index.php?route=policy/retention"><?php print $text_back; ?></a>
|
||||
<p><a href="index.php?route=policy/retention"><?php print $text_back; ?></a></p>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user