Overview
Comment:À l'installation $config n'existe pas encore
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: bb62b015be6db3e21c13ce626e2341b149c48da7
User & Date: bohwaz on 2017-09-08 04:41:06
Other Links: branch diff | manifest | tags
Context
2017-09-08
04:41
Copie de fonctions utiles depuis l'admin pour l'installation check-in: c9610f40c6 user: bohwaz tags: dev
04:41
À l'installation $config n'existe pas encore check-in: bb62b015be user: bohwaz tags: dev
04:40
À l'installation le champ numéro de membre est le numéro 1 check-in: cd09a2be05 user: bohwaz tags: dev
Changes

Modified src/templates/admin/_head.tpl from [d7fa0c5075] to [e86c066710].

27
28
29
30
31
32
33

34

35
36
37
38
39
40
41
    {if isset($plugin_js)}
        {foreach from=$plugin_js item="js"}
            <script type="text/javascript" src="{plugin_url file=$js}"></script>
        {/foreach}
    {/if}
    <link rel="stylesheet" type="text/css" href="{$admin_url}static/print.css" media="print" />
    <link rel="stylesheet" type="text/css" href="{$admin_url}static/handheld.css" media="handheld,screen and (max-width:981px)" />

    {custom_colors config=$config}

</head>

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

{if empty($is_popup)}
<header class="header">
    <nav class="menu">







>
|
>







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
    {if isset($plugin_js)}
        {foreach from=$plugin_js item="js"}
            <script type="text/javascript" src="{plugin_url file=$js}"></script>
        {/foreach}
    {/if}
    <link rel="stylesheet" type="text/css" href="{$admin_url}static/print.css" media="print" />
    <link rel="stylesheet" type="text/css" href="{$admin_url}static/handheld.css" media="handheld,screen and (max-width:981px)" />
    {if isset($config)}
        {custom_colors config=$config}
    {/if}
</head>

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

{if empty($is_popup)}
<header class="header">
    <nav class="menu">