• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂f022ea11adc81e50a6fd7479c2758708f4581fbb (tree)
時間2010-07-30 05:58:38
作者Jenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

[#758] Project summary can now be up to 250 chars long.

Change Summary

差異

--- a/pyforge/pyforge/ext/admin/templates/project_overview.html
+++ b/pyforge/pyforge/ext/admin/templates/project_overview.html
@@ -142,7 +142,7 @@
142142 <div class="column grid_10" style="margin-left:0">
143143 <div class="editable viewing">
144144 <div class="viewer"><div data-prompt="Write a brief summary of your project">$c.project.short_description</div></div>
145- <div class="editor multiline"><textarea name="short_description" id="short_description_textarea">$c.project.short_description</textarea></div>
145+ <div class="editor multiline"><textarea name="short_description" id="short_description_textarea" style="width: 95%; height: 100px;">$c.project.short_description</textarea></div>
146146 </div>
147147 </div>
148148 </div>
@@ -207,7 +207,7 @@
207207 <script type="text/javascript" src="${g.forge_static('js/jquery.maxlength-min.js')}"/>
208208 <script type="text/javascript">
209209 $(document).ready(function(){
210- $('#short_description_textarea').maxlength({maxCharacters: 50});
210+ $('#short_description_textarea').maxlength({maxCharacters: 250});
211211 });
212212 </script>
213213