You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/view/party/manage.php
+32-28Lines changed: 32 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -177,14 +177,14 @@
177
177
<thead>
178
178
<tr>
179
179
<th>#</th>
180
-
<th><?php_t("Category");?>
180
+
<th><?php_t("Device Category");?>
181
181
<i class="fa fa-question-circle" data-toggle="popover" title="Device Category" data-html="true" data-content="<p>This is the category that the device best fits into. You can find more information on the different categories <a href='https://therestartproject.org/welcome-to-our-community-space/#What_if_a_device_does_not_fit_in_any_of_the_categories'>here</a>.</p><p>If a device does not fit in any of the categories, you have the option of choosing 'None of the above' at the end of the drop-down menu. You will then be encouraged to estimate the weight of the device. Please use this option only as a last resort.</p>"></i>
182
182
</th>
183
+
<th><?php_t("Device Details");?> <i class="fa fa-question-circle" data-toggle="popover" data-html="true" title="Information about the device" data-content="<p>Please provide as much information as is known about the device.</p><p><strong>Brand</strong>. This is the company that makes the device. Examples: Apple; Dyson; Sony.</p><p><strong>Model</strong>. This is the specific model of the device. Examples: iPhone 5s; DC50; Xperia Z1 Compact.</p><p><strong>Age</strong>. This is the age of the device in years, since the year of manufacture."></i></th>
183
184
<th><?php_t("Repair Comments");?> <i class="fa fa-question-circle" data-toggle="popover" title="Information about the repair attempt" data-html="true" data-content="<p>Please try and provide as much information as you can on the fault and on the solution or advice given (if any). Information such as: what the fault was; what was the cause of the fault; what the solution was or could be. Any further information that you think might be useful can be provided here as well.</p><p>For example: <br/><em>Cracked screen. The phone had been dropped. Recommended purchasing replacement screen and attending next party.</em></p><p>or</p><p><em>Would not turn on. Fuse had blown. Replaced fuse.</em></p>"></i></th>
<th><?php_t("Device Details");?> <i class="fa fa-question-circle" data-toggle="popover" data-html="true" title="Information about the device" data-content="<p>Please provide as much information as is known about the device.</p><p><strong>Brand</strong>. This is the company that makes the device. Examples: Apple; Dyson; Sony.</p><p><strong>Model</strong>. This is the specific model of the device. Examples: iPhone 5s; DC50; Xperia Z1 Compact.</p><p><strong>Age</strong>. This is the age of the device in years, since the year of manufacture."></i></th>
188
188
<th><?php_t("Repair Status");?> <i class="fa fa-question-circle" data-toggle="popover" title="The outcome of the repair attempt" data-html="true" data-content="<p><strong>Fixed</strong>. Have we prevented the purchase of another device? Will this device still be used?</p><p><strong>Repairable</strong>. If an owner of an unrepaired device will try to fix it at home, come back to another Restart Party, or get help from a friend or a professional.</p><p><strong>End of lifecyle</strong>. When a participant tells you they have given up, and are going to recycle a device.</p><p>See <a href='https://therestartproject.org/welcome-to-our-community-space/#Enteringdata'>here</a> for more detailed information.</p>"></i></th>
189
189
<th> <i class="fa fa-question-circle" data-toggle="popover" title="Spare parts required?" data-content="Whether a spare part (or parts) would be needed to complete the repair successfully. Ticking this box does not necessarily indicate that the needed part(s) were available at the party, only that there is a need for an additional part(s). Please be sure to indicate in the comments field what part is needed (if known) and whether it is available at the party."></i> <?php_t("Spare Parts?");?></th>
'<input type="'+ageInputClass+'" name="device['+n+'][age]" id="device['+n+'][age]" class="form-control" placeholder="Age - e.g. 3 years">'+
98
+
'</div>'+
99
+
'</td>'+
100
+
88
101
'<td>'+
89
102
'<textarea rows="6" class="form-control" placeholder="Information about the repair. Where possible, try to provide: fault; cause of fault; and solution/advice given" id="device['+n+'][problem]" name="device['+n+'][problem]"></textarea>'+
0 commit comments