app/views/wiki/new_system.rhtml in Pimki-1.0.092 vs app/views/wiki/new_system.rhtml in Pimki-1.1.092
- old
+ new
@@ -13,11 +13,11 @@
<div class="help">
The name of the web is included in the title on all pages. The address is the base path that all pages within the web live beneath. Ex: the address "rails" gives URLs like <i>/rails/show/HomePage</i>. The address can only consist of letters & digits.
</div>
<div class="inputBox">
Name: <input type="text" id="web_name" name="web_name" value="Wiki" onChange="proposeAddress();"
- onClick="this.value == 'Wiki' ? this.value = '' : true">
- Address: <input type="text" id="web_address" name="web_address" onChange="cleanAddress();" value="wiki">
+ onClick="this.value == 'Pimki' ? this.value = '' : true">
+ Address: <input type="text" id="web_address" name="web_address" onChange="cleanAddress();" value="pimki">
</div>
</li>
<li>
<h2 style="margin-bottom: 3px">Password for creating and changing webs</h2>
\ No newline at end of file