max length 19 slice - 10 project
authorLoic Baron <loic.baron@lip6.fr>
Fri, 17 Apr 2015 09:10:23 +0000 (11:10 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 17 Apr 2015 09:10:23 +0000 (11:10 +0200)
portal/templates/fed4fire/fed4fire_projectrequest_view.html
portal/templates/fed4fire/fed4fire_slicerequest_view.html

index ae0c187..1da22fa 100644 (file)
                     <label>
                         Please insert a name for your project under which you will be able to create slices <br />
                         <span class="sublabel">
-                         The project name should only contain letters, numbers and the underscore character "_" <br />
+                         The project name should only contain letters, numbers and the underscore "_"  (10 max length)<br />
                         </span>
                     </label>
                     <div class="form-group">
-                        <input type="text" name="project_name" value="" style="width:100%;" title="The project name should not contain spaces but only letters, numbers and the underscore character" placeholder="Project name" required>
+                        <input type="text" name="project_name" value="" class="form-control" maxlength="10"  style="width:100%;" title="The project name should not contain spaces but only letters, numbers and the underscore character" placeholder="Project name" required>
                     </div>
                     
                     <label>
                         The authority under which your project will be managed <br />
                         <span class="sublabel">
-                        Before you can access your newly created project a manager of this authority should approve the request
+                        Before you can access your project a manager of this authority should approve the request
                         </span>
                     </label>
                     <div class="form-group">
index f52b154..4f8546e 100644 (file)
                             <label>
                                 Please enter a name for your slice <br />
                                 <span class="sublabel">
-                                    The slice name should only contain letters, numbers and the underscore character "_" <br />
+                                    The slice name should only contain letters, numbers and the underscore "_" (19 max length) <br />
                                 </span>
                             </label>
-                            <input type="text" class="form-control" name="slice_name" id="slice_name" style="width:100%" placeholder="Slice name" value="{{slice_name}}" required="required">
+                            <input type="text" class="form-control" name="slice_name" id="slice_name" maxlength="19" style="width:100%" placeholder="Slice name" value="{{slice_name}}" required="required">
                          </div>
                          <div class="form-group">
                              <label>