From 0ceabc34dc28a791d7a3d1a94fa060e766523c26 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Fri, 22 Oct 2010 16:09:50 +0000
Subject: [PATCH] New: jQuery mobile is best and more compatible with different
 smartphone

---
 htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
index 1af6243ee22..3d806d715eb 100644
--- a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
@@ -67,9 +67,9 @@ $smartphone->smartheader();
 
 </div><!-- /page -->
 
-<?php if ($dol_loginmesg) { ?>
+<?php if ($message) { ?>
 	<script type="text/javascript" language="javascript">
-		alert('<?php echo $dol_loginmesg; ?>');
+		alert('<?php echo $message; ?>');
 	</script>
 <?php } ?>
 
-- 
GitLab