changeset 94:568f4c467966 draft

Group name length 12 is too short. Changed to 30.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 30 Aug 2014 16:50:26 +0900
parents 8ea193772cbd
children 4c6561489602
files after5.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/after5.rb	Sun Jul 13 09:12:23 2014 +0900
+++ b/after5.rb	Sat Aug 30 16:50:26 2014 +0900
@@ -4,7 +4,7 @@
 # Associative Scheduling Table - after5
 # (C)2003, 2004, 2006, 2008, 2012-2014 by HIROSE Yuuji [yuuji<at>gentei.org]
 # $Id: after5.rb,v 1.20 2012/12/03 15:54:20 yuuji Exp $
-# Last modified Sun Jul 13 09:11:49 2014 on firestorm
+# Last modified Sat Aug 30 16:49:33 2014 on firestorm
 # See http://www.gentei.org/~yuuji/software/after5/
 # このスクリプトはEUCで保存してください。
 $hgid = <<_HGID_.split[1..-2].join(" ")
@@ -3362,7 +3362,7 @@
 	    } + \
 	    @H.element("td"){
 	      if ghash['admin'].grep(user)[0]
-		@H.text("groupname-#{g}", ghash['name'], nil, 12)
+		@H.text("groupname-#{g}", ghash['name'], nil, 30)
 	      else
 		ghash['name']
 	      end + '<br>' + \

yatex.org