style fixes
This commit is contained in:
parent
836b3bffb2
commit
2e81a86ed0
@ -28,6 +28,8 @@
|
|||||||
<option value="<?php echo $value; ?>"><?php echo $value; ?></option>
|
<option value="<?php echo $value; ?>"><?php echo $value; ?></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
<div class="field">
|
||||||
<input type="submit" class="button" name="selectFile" value="<?php $LANGMNG->echo('b_select');?>"/>
|
<input type="submit" class="button" name="selectFile" value="<?php $LANGMNG->echo('b_select');?>"/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@ -49,15 +51,5 @@
|
|||||||
$partial->render();
|
$partial->render();
|
||||||
//TODO js do main.js
|
//TODO js do main.js
|
||||||
?>
|
?>
|
||||||
<script>
|
|
||||||
$( "#enable-features" ).click(function(e) {
|
|
||||||
var selectRoomId = localStorage.getItem("enableFeature");
|
|
||||||
if (selectRoomId){
|
|
||||||
localStorage.setItem("enableFeature", true);
|
|
||||||
}else {
|
|
||||||
localStorage.setItem("enableFeature", false);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user