29 lines
966 B
PHP
Executable File
29 lines
966 B
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:56:10
|
|
compiled from "./templates/boxes/dialog.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:191842375540ce28a588c51-98491711%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'f05d7b02e0d5b471c0b3c444df1bb80a30e1f622' =>
|
|
array (
|
|
0 => './templates/boxes/dialog.tpl',
|
|
1 => 1410130448,
|
|
),
|
|
),
|
|
'nocache_hash' => '191842375540ce28a588c51-98491711',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<div id="modDialog" style="display:none">
|
|
<div class="headerMsgD">
|
|
<div class="titMsgD">MENSAJE</div>
|
|
<div class="btnMsgD">
|
|
<a href="javascript:void(0)" onclick="CloseMsgD()">X Cerrar</a>
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
|
|
<div class="conMsgD" align="center" id="txtMsgD"></div>
|
|
</div>
|