0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-07 07:19:11 +00:00
salesagility_SuiteCRM/modules/Users/googleApiKeySaverEntryPointError.tpl
Gyula Madarasz 57a2bfff56 code cleanup
2018-11-28 08:21:40 -05:00

11 lines
No EOL
265 B
Smarty

<html>
<head>
<title>{$APP.LBL_GOOGLE_SYNC_ERR}</title>
</head>
<body>
<h1>{$APP.LBL_THERE_WAS_AN_ERR}{$error}</h1>
<br>
<p>
<a href="{$url}">{$APP.LBL_CLICK_HERE}</a>{$APP.LBL_TO_CONTINUE}
</body>
</html>