Overview
Comment:Remove alert for when you cannot create a directory in a special context
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: f4134a97aefc190af079c77ab2da5ac8d67d609d202cff9c7dcd31bd83d3a3cd
User & Date: bohwaz on 2023-05-23 13:30:08
Other Links: branch diff | manifest | tags
Context
2023-05-23
13:35
Select name without extension when renaming a file check-in: e88dff96a7 user: bohwaz tags: dev
13:30
Remove alert for when you cannot create a directory in a special context check-in: f4134a97ae user: bohwaz tags: dev
12:59
Fix column reference in reminders list check-in: 412a477160 user: bohwaz tags: dev
Changes

Modified src/templates/docs/index.tpl from [66d0516393] to [7981801dbc].

87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
	<ul>
	{foreach from=$breadcrumbs item="name" key="bc_path"}
		<li><a href="?path={$bc_path}">{$name}</a></li>
	{/foreach}
	</ul>
{/if}
</nav>
{/if}

{if $session->canAccess($session::SECTION_DOCUMENTS, $session::ACCESS_WRITE) && !$parent->canCreateDirHere() && !$context_ref}
<p class="block alert">
	Il n'est pas possible de créer de répertoire ici.
	{if $context == File::CONTEXT_USER}
		Utiliser le <a href="{"!users/new.php"|local_url}">formulaire de nouveau membre</a>.
	{elseif $context == File::CONTEXT_TRANSACTION}
		Utiliser le <a href="{"!acc/transactions/new.php"|local_url}">formulaire de saisie</a> pour créer une nouvelle écriture.
	{/if}
</p>
{/if}

{if count($list)}
<form method="post" action="{"!docs/action.php"|local_url}" target="_dialog">

	{if is_array($list)}








<
<
<
<
<
<
<
<
<
<
<







87
88
89
90
91
92
93











94
95
96
97
98
99
100
	<ul>
	{foreach from=$breadcrumbs item="name" key="bc_path"}
		<li><a href="?path={$bc_path}">{$name}</a></li>
	{/foreach}
	</ul>
{/if}
</nav>











{/if}

{if count($list)}
<form method="post" action="{"!docs/action.php"|local_url}" target="_dialog">

	{if is_array($list)}