We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06068c0 commit 4d04be1Copy full SHA for 4d04be1
wcfsetup/install/files/acp/templates/devtoolsProjectList.tpl
@@ -95,7 +95,7 @@
95
<dl>
96
<dt>{lang}wcf.acp.devtools.project.quickSetup.path{/lang}</dt>
97
<dd>
98
- <input type="text" name="projectQuickSetupPath" id="projectQuickSetupPath" class="long" />
+ <input type="text" name="projectQuickSetupPath" id="projectQuickSetupPath" class="long" placeholder="{unsafe:$wcfDir}" />
99
<small>{lang}wcf.acp.devtools.project.quickSetup.path.description{/lang}</small>
100
</dd>
101
</dl>
0 commit comments