Skip to content

Commit

Permalink
Update document request
Browse files Browse the repository at this point in the history
  • Loading branch information
swarzesherz committed Nov 27, 2014
1 parent e43e280 commit 0226443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/application/controllers/revista.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function solicitudDocumento(){
$this->email->send();
$this->email->clear();

$this->email->from('[email protected]', 'Mtra. Araceli Noguez O.');
$this->email->from('[email protected]', 'Dra. Araceli Noguez O.');
$this->email->to($_POST['email']);
$this->email->subject('Solicitud de documento Biblat');
$body = $this->load->view('revista/mail_solicitud_usuario', $data, TRUE);
Expand Down
2 changes: 1 addition & 1 deletion ci/application/views/revista/articulo.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</tr>
<tr class="solicitudDocumento">
<td colspan="2">
<?php if(strtotime('now') > strtotime('2014-07-02 23:59:59.0') && strtotime('now') < strtotime('2014-07-28')):?>
<?php if(strtotime('now') > strtotime('2014-12-05 23:59:59.0') && strtotime('now') < strtotime('2015-01-05')):?>
<p class="temporal"><?php _e('Debido al período vacacional, el servicio de solicitud de documentos se suspenderá a partir del día 3 de Julio de 2014 y se reanudará el día 28 de Julio de 2014.');?></p>
<?php else:?>
<form id="formSolicitudDocumento" action="<?php echo site_url('revista/solicitud/documento');?>" method="POST" class="contacto">
Expand Down
2 changes: 1 addition & 1 deletion ci/application/views/revista/mail_solicitud_usuario.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<?php _e('Atentamente:');?><br/>

<?php _e('Mtra. Araceli Noguez O.');?><br/>
<?php _e('Dra. Araceli Noguez O.');?><br/>

<?php _e('Correo electrónico:');?> <a target="_blank" href="mailto:[email protected]">[email protected]</a><br/>

Expand Down

0 comments on commit 0226443

Please sign in to comment.