[Movecommons-commits] r150 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed Mar 7 16:32:22 CET 2012
Author: mgallegos
Date: 2012-03-07 16:32:21 +0100 (Wed, 07 Mar 2012)
New Revision: 150
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-07 15:02:22 UTC (rev 149)
+++ trunk/wp-theme/mc2-form.php 2012-03-07 15:32:21 UTC (rev 150)
@@ -6,27 +6,35 @@
</div>
<div class="mc-clean"></div>
<div class="mc-form-required-info" id="mc-form-required-name">
- <div class="label">
- <label id="mc-required-title-name"><?php _e("Name of your initiative", "mc"); ?><span class="required-field">*</span></label>
- <label class="pre" for="ininame"></label>
- <input type="text" name="ininame" value="" id="ininame" />
+ <div class="label">
+ <label id="mc-required-title-name"><?php _e("Name of your initiative", "mc"); ?><span class="required-field">*</span></label>
+ <label class="pre" for="ininame"></label>
+ <input type="text" name="ininame" value="" id="ininame" />
+ </div>
</div>
- </div>
<div class="mc-form-required-info" id="mc-form-required-url">
- <div class="label">
- <label id="mc-required-title-url"><?php _e("Web address", "mc"); ?><span class="required-field">*</span></label>
- <label class="pre" for="url"><?php _e("something like http://example.com", "mc"); ?></label>
- <input type="text" name="url" value="" id="url" />
+ <div class="label">
+ <label id="mc-required-title-url"><?php _e("Web address", "mc"); ?><span class="required-field">*</span></label>
+ <label class="pre" for="url"><?php _e("something like http://example.com", "mc"); ?></label>
+ <input type="text" name="url" value="" id="url" />
+ </div>
</div>
+ <div class="mc-form-optional-info" id="mc-form-optional-keywords">
+ <div class="label">
+ <label id="mc-optional-title"><?php _e("Language(s) (press tab or comma to separate)", "mc"); ?></label>
+ <input type="text" name="languages" value="" id="languages" />
+ </div>
</div>
<div class="mc-form-optional-info" id="mc-form-optional-keywords">
- <div class="label">
- <label id="mc-optional-title"><?php _e("Keywords comma-separated", "mc"); ?></label>
- <label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
- <input type="text" name="keywords" value="" id="keywords" />
+ <div class="label">
+ <label id="mc-optional-title"><?php _e("Keywords (press tab or comma to separate)", "mc"); ?></label>
+ <label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
+ <input type="text" name="keywords" value="" id="keywords" />
+ </div>
</div>
- </div>
+ <!--
<div class="mc-clean"></div>
+ -->
<div class="mc-cat-group-a" id="mc-cat-group-a">
<div class="mc-form-rounded mc-form-category-group mc-form-category-group-a float-left mc-form-category-group-aa" id="mc-form-category-group-aa">
<img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
@@ -158,3 +166,6 @@
<div class="mc-dia-continue-btn" id="mc-dia-continue-btn"><?php _e("Continue", "mc"); ?></div>
<script type="text/javascript" src="/mc/0.1/mc-dia-form.js"></script>
<script type="text/javascript" src="/mc/0.1/jquery.tagsinput.min.js"></script>
+<script type="text/javascript">
+ $('#languages').tagsInput({width:'auto'});
+</script>
\ No newline at end of file
More information about the Movecommons-commits
mailing list