Overview
Comment:Fix ticket 252275bef69bb49ce0d0abf1bb4c531bdb04d309
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a8badd39a83b0f32f5bf900d21cd86dbefb698d6
User & Date: bohwaz on 2015-09-09 04:45:29
Other Links: manifest | tags
Context
2015-09-09
04:53
Correction IDs champs mot de passe, fix ticket bd936b31a3232467c0278d76a537051683d7a6ce check-in: 8e141dc34f user: bohwaz tags: trunk
04:45
Fix ticket 252275bef69bb49ce0d0abf1bb4c531bdb04d309 check-in: a8badd39a8 user: bohwaz tags: trunk
2015-05-11
19:57
Version stable check-in: 31e004ccdb user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/_head.tpl from [a5542175dd] to [c9d36e4d61].

18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    {/if}
    {if isset($plugin_css)}
        {foreach from=$plugin_css item="css"}
            <link rel="stylesheet" type="text/css" href="{plugin_url file=$css}" />
        {/foreach}
    {/if}
    {if isset($plugin_js)}
        {foreach from=$plugin_js item="hs"}
            <script type="text/javascript" src="{plugin_url file=$js}"></script>
        {/foreach}
    {/if}
</head>

<body{if !empty($body_id)} id="{$body_id|escape}"{/if} data-url="{$admin_url|escape}">








|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    {/if}
    {if isset($plugin_css)}
        {foreach from=$plugin_css item="css"}
            <link rel="stylesheet" type="text/css" href="{plugin_url file=$css}" />
        {/foreach}
    {/if}
    {if isset($plugin_js)}
        {foreach from=$plugin_js item="js"}
            <script type="text/javascript" src="{plugin_url file=$js}"></script>
        {/foreach}
    {/if}
</head>

<body{if !empty($body_id)} id="{$body_id|escape}"{/if} data-url="{$admin_url|escape}">