Skip to content

Commit 4d04be1

Browse files
authored
Add placeholder to projectQuickSetupPath input
1 parent 06068c0 commit 4d04be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/acp/templates/devtoolsProjectList.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dl>
9696
<dt>{lang}wcf.acp.devtools.project.quickSetup.path{/lang}</dt>
9797
<dd>
98-
<input type="text" name="projectQuickSetupPath" id="projectQuickSetupPath" class="long" />
98+
<input type="text" name="projectQuickSetupPath" id="projectQuickSetupPath" class="long" placeholder="{unsafe:$wcfDir}" />
9999
<small>{lang}wcf.acp.devtools.project.quickSetup.path.description{/lang}</small>
100100
</dd>
101101
</dl>

0 commit comments

Comments
 (0)