comparison templates/envSetting.html @ 99:10b2306693d9

remove limit for maximum hours to show
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 04 Mar 2010 17:09:23 +0900
parents cce6f88590fd
children
comparison
equal deleted inserted replaced
98:f7b6ae03a2a7 99:10b2306693d9
174 以下の設定は実際に利用して様子を見ながら設定した方がいいでしょう。 174 以下の設定は実際に利用して様子を見ながら設定した方がいいでしょう。
175 175
176 <h3>ページに表示する番組表の長さ(時間)</h3> 176 <h3>ページに表示する番組表の長さ(時間)</h3>
177 <div class="setting"> 177 <div class="setting">
178 <div class="caption">1ページに表示する番組表の長さを時間で設定します。標準は8時間分です。</div> 178 <div class="caption">1ページに表示する番組表の長さを時間で設定します。標準は8時間分です。</div>
179 <input type="text" name="program_length" value="{$settings->program_length}" size="2" class="required digits" min="2" max="24" /> 179 <input type="text" name="program_length" value="{$settings->program_length}" size="2" class="required digits" min="2" />
180 </div> 180 </div>
181 181
182 182
183 <h3>1局あたりの幅</h3> 183 <h3>1局あたりの幅</h3>
184 <div class="setting"> 184 <div class="setting">