Merge pull request #276 from MicMee/master

no need to have a doule hublocid
This commit is contained in:
friendica 2014-01-20 04:10:32 -08:00
commit e3e7ef51af

View File

@ -14,8 +14,9 @@
{{foreach $hubloc as $hub}}<tr>
<td>{{$hub.hubloc_id}}</td><td>{{$hub.hubloc_addr}}</td><td>{{$hub.hubloc_host}}</td><td>{{$hub.hubloc_status}}</td>
<td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="check" value="check" ></td>
<td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}"><input type="submit" name="repair" value="repair" ></td>
<td><input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
<input type="submit" name="check" value="check" >
<input type="submit" name="repair" value="repair" ></td>
</tr>{{/foreach}}
</tbody>
</table>