~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/main.tpl.html

  • Committer: Elan Ruusamäe
  • Date: 2015-04-03 17:16:08 UTC
  • Revision ID: glen@delfi.ee-20150403171608-u41tcmt49uayv0g4
discard {literal} from templates

it is rarely needed in Smarty3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
var page_url = '{$smarty.server.PHP_SELF}';
9
9
var current_page = '{$list_info.current_page}';
10
10
var last_page = '{$list_info.last_page}';
11
 
{literal}
 
11
 
12
12
function hideClosed(hide_closed)
13
13
{
14
14
    if (hide_closed.checked) {
19
19
}
20
20
//-->
21
21
</script>
22
 
{/literal}
 
22
 
23
23
 
24
24
{if $core.current_role == $core.roles.customer}
25
25
  {include file="`$core.crm_template_path`/customer_report.tpl.html"}