Revision dcd1c383 snf-astakos-app/astakos/im/templates/im/astakosgroup_form_demo.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_form_demo.html
84 84
		    {% for r in rs %}
85 85
		    {% with resource_presentation|lookup:r as resource_info %}
86 86
		    {% with resources|lookup:r as resource%}
87
		    <fieldset class="quota storage">
87
		    <fieldset class="quota">
88 88
		    	<legend>
89 89
		    		{% if resource_info.is_abbreviation %}
90 90
		    			{{ r|get_value_after_dot|upper }}
......
104 104
		         		<span class="info"><em>more info</em><span>Help Text</span></span>
105 105
		    		</p>
106 106
		    	</div>-->
107
 				<!--
107 108
 				<div class="double-checks">
108 109
		    		<label>
109 110
		    			Max {% if resource_info.is_abbreviation %}{{ r|get_value_after_dot|upper }}{% else %}{{ r|get_value_after_dot }}{% endif %}{% if not resource.unit %}s {% endif  %} per user
......
114 115
		    		<div class="form-row">
115 116
		    			<p class="clearfix">
116 117
		    				<label for="{{r|add:'_unlimited'}}">Unlimited</label>
117
		    				<input type="checkbox" id="{{'id_'|add:r|add:'_unlimited'}}" name="{{r|add:'_unlimited'}}" class="unlimited radio" checked="checked">
118
		    				<input type="checkbox" id="{{'id_'|add:r|add:'_unlimited'}}" name="{{r|add:'_unlimited'}}_proxy" class="unlimited radio" checked="checked">
118 119
		    			</p>
119 120
		    		</div>
120 121
		    		<div class="form-row">
121 122
		    			<p class="clearfix">
122 123
		    				<label for="{{r|add:'_limited'}}">Limited</label>
123
		    				<input type="checkbox" id="id_storage_per_user_limited" name="{{r|add:'_limited'}}" class="radio limited">
124
		       				<input type="text" id="{{'id_'|add:r|add:'_uplimit'}}" name="{{r|add:'_uplimit'}}"/> 
124
		    				<input type="checkbox" id="id_storage_per_user_limited" name="{{r|add:'_limited'}}_proxy" class="radio limited">
125
		       				<input 	type="text" 
126
		       						id="{{'id_'|add:r|add:'_uplimit'}}" 
127
		       						name="{{r|add:'_uplimit'}}_proxy" 
128
		       						placeholder="{{ resource_info.placeholder}} " 
129
		       						{% if resource.unit == 'bytes' %} 
130
									 	class="dehumanize"
131
									{% endif  %}
132
		       						/> 
125 133
		    			</p>
134
		    			<p class="msg"></p>
126 135
		    		</div>
127 136
		    		
128
		    	</div> 
137
		    	</div>
138
		    	-->
139
		    	<div class="form-row">
140
		    		<p class="clearfix">
141
		    			<label for="num_storage">
142
							Max {% if resource_info.is_abbreviation %}{{ r|get_value_after_dot|upper }}{% else %}{{ r|get_value_after_dot }}{% endif %}{% if not resource.unit %}s {% endif  %} per user
143
						</label>
144
		    			<input 	type="text" 
145
		       						id="{{'id_'|add:r|add:'_uplimit'}}_proxy" 
146
		       						name="{{r|add:'_uplimit'}}_proxy" 
147
		       						placeholder="{{ resource_info.placeholder}} " 
148
		       						{% if resource.unit == 'bytes' %} 
149
									 	class="dehumanize"
150
									{% endif  %}
151
		       						/> 
152
		    			<span class="extra-img">&nbsp;</span>
153
		         		<span class="info"><em>more info</em><span>Help Text</span></span>
154
		    		</p>
155
		    		<p class="msg"></p>
156
		    	</div>
157
		    	 
158
 
129 159
		    </fieldset>
130 160
		    {% endwith %}
131 161
		    {% endwith %}
......
138 168
    {% endwith %}
139 169
	 
140 170
    <div class="form-row submit">
141
   		<input type="submit" value="SUBMIT" class="submit altcol" autocomplete="off">
171
   		<input type="submit" value="CONTINUE" class="submit altcol" autocomplete="off">
142 172
	</div>     
143 173
</form>
144 174
	 

Also available in: Unified diff