Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop b4899d1f2 -> 555cf68a3


AIRAVATA-2159 Add maxlength attribute to notice message textarea


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a3bda1ec
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a3bda1ec
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a3bda1ec

Branch: refs/heads/develop
Commit: a3bda1ec3a87deeb1c85498c8677ce9ebb6de811
Parents: 12827c1
Author: Marcus Christie <machr...@iu.edu>
Authored: Mon Oct 17 17:11:37 2016 -0400
Committer: Marcus Christie <machr...@iu.edu>
Committed: Mon Oct 17 17:11:37 2016 -0400

----------------------------------------------------------------------
 app/views/admin/manage-notices.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a3bda1ec/app/views/admin/manage-notices.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-notices.blade.php 
b/app/views/admin/manage-notices.blade.php
index 830b888..bec0ee9 100644
--- a/app/views/admin/manage-notices.blade.php
+++ b/app/views/admin/manage-notices.blade.php
@@ -168,7 +168,7 @@
         <label class="control-label col-md-3">Notice Message</label>
 
         <div class="col-md-6">
-            <textarea type="text" class="form-control 
notice-notificationMessage" required name="notificationMessage"></textarea>
+            <textarea type="text" class="form-control 
notice-notificationMessage" required name="notificationMessage" 
maxlength="4096"></textarea>
         </div>
     </div>
     <div class='form-group required'>

Reply via email to