Reskin and tweak support page, link to it from footer.

git-svn-id: svn://10.0.0.236/trunk@214058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%mozilla.org
2006-10-24 09:38:44 +00:00
parent 8b451e8468
commit 25e9f84c29
3 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
* @package amo
* @subpackage docs
*/
startProcessing('support.tpl',$memcacheId,$compileId,'nonav');
startProcessing('support.tpl',$memcacheId,$compileId,'rustico');
$tpl->assign(
array( 'title' => 'Support',
'content' => 'support.tpl')

View File

@@ -26,7 +26,7 @@
</div>
<div id="disclaimer">
<p>Mozilla is providing links to these applications as a courtesy, and makes no representations regarding the applications or any information related there to. Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor. See our <a href="http://www.mozilla.com/support/">Support Page</a> for support information and contacts.</p>
<p>Mozilla is providing links to these applications as a courtesy, and makes no representations regarding the applications or any information related there to. Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor. See our <a href="{$config.webpath}/{$app}/support/">Support Page</a> for support information and contacts.</p>
</div>
</div>

View File

@@ -2,16 +2,14 @@
<h1>Support</h1>
<p>Please see our <a href="{$config.webpath}/faq.php">FAQ</a> before asking for support.</p>
<h2>Support for add-ons</h2>
<p>If you're having trouble with a specific extension or theme, try these places for support. Note that if you are having trouble with a Mozilla Application itself, try <a href="http://mozilla.org/support/">Mozilla Product Support</a></p>
<p>If you're having trouble with a specific extension or theme, try these places for support. Note that if you are having trouble with a Mozilla Application itself, try <a href="http://www.mozilla.com/support/">Mozilla Product Support</a></p>
<dl>
<dt>Firstly, try the add-on developer's website. </dt>
<dt>First, try the add-on developer's website. </dt>
<dd>If add-on developers so choose, they may have a link to their website on their add-ons' pages. This is the best place to get support (if the author is offering it.)</dd>
<dt><a href="http://forums.mozillazine.org/">MozillaZine Forums</a></dt>
<dd>People in the MozillaZine forums are often helpful and know a lot about Mozilla Add-ons.</dd>
<dt><abbr title="Internet Relay Chat">IRC</abbr></dt>
<dd>IRC offers instant support in real time. You should find people who can help in <a href="irc://irc.mozilla.org/mozillazine">#mozillazine</a>, <a href="irc://irc.mozilla.org/firefox">#firefox</a>, <a href="irc://irc.mozilla.org/thunderbird">#thunderbird</a> and <a href="irc://irc.mozilla.org/seamonkey">#seamonkey</a> on <a href="irc://irc.mozilla.org/">irc.mozilla.org</a>. If you don't have an IRC client, you can use <a href="{$config.webpath}/extensions/moreinfo.php?id=16">ChatZilla</a>. For help using IRC, see <a href="http://www.irchelp.org/">irchelp.org</a>.</dd>
<dt><a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org&amp;component=Add-ons">File a Bug in Bugzilla</a></dt>
<dd>To report a bug regarding an major error in an extension or theme, file a bug in Bugzilla. Try to include as much information as possible.</dd>
</dl>
<h2>Support for the addons.mozilla.org website</h2>