Submit button not active
I'm running FreePBX 2.10 with Asterisk 1.8.8.0 and installed the FOP2 panel per the instructions on this site for FreePBX. I've run into something odd however in that the submit button can't be clicked on any of the FOP2 pages. In order to submit a page I must move my cursor to the check box above the submit button then tab once, then hit enter. When I mouse over the button there's no change in the pointer, nothing to click. No hot spot.
I'm using Firefox 9.01 with Windows 7 Professional. It seems to work OK in Internet Explorer.
I'm using Firefox 9.01 with Windows 7 Professional. It seems to work OK in Internet Explorer.
Comments
View Post 1152&p=4372
?>
<tr>
<td colspan="9"><br><h6><input name="Submit" type="submit" value="<?php echo _("Submit Changes")?>" onclick="document.edit.submit(); return false;"></h6></td>
</tr>
<tr>
<td colspan="4"><p><?php echo _("If you changed any extension names and want to reread them from the regular FreePBX config and update the FOP2 config, click ths button.");?></p></td>
<td colspan="5"><input name="RefreshLabel" type="submit" value="<?php echo _("Refresh Labels")?>" onclick="document.edit.action.value='refresh'; document.edit.submit(); return false;"></td>
</tr>
</table>
</form>
<script language="javascript">
<!--
function edit_onsubmit() {
return true;
}
//-->
</script
To get the 1.2.9 update do I download that from the download page or is there a # command I should use so I don't lose my settings?
Perhaps you scrolled way down and got the old version. Just download 1.2.9 and install.
I'm a newbie on Linux, but learning. I have the fop2admin-1.2.9.tgz tarball and I've run the tar -xzvf command so I have the files now in my /tmp/fop2admin/ directory but I seem to have reached the end of my newbie knowledge. What's the command to install it from that?
Jerry
the fop2admin module can be installed directly via web, no need to extract it or copy directly to the server, here you have instructions:
http://www.fop2.com/documentation-insta ... module.php
The buttons are still un-clickable after the update. It does show 1.2.9 in the Module update screen now. Thinking I'd still need to edit the page.fop2buttons.php file I returned there but it still doesn't have the .disableSelection() in the last line. A find doesn't show it in the file.
$("#sorteame_<?php echo $tipocorto;?> tbody").sortable({helper: fixHelper, update: function(event,ui) { serial = $('#sorteame_<?php echo $tipocorto;?> tbody').sortable('serialize'); $('#fop2info').load('<?php echo $myself;?>&action=sort&'+serial);}});
<?php
}
}
?>
//-->
</script>
Why don't you try to contact me via the live help? If you can give me acccess to your FreePBX gui I would be able to check that for myself, it seems like a silly html redenring issue.
Best regards,
FreePBX 2.10RC
FireFox 9.01
Firefox display submit button but is not active
Chromium works