1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-04 12:43:31 +02:00
This commit is contained in:
Kris Maglione
2011-06-14 10:38:24 -04:00
parent c6067a5085
commit 6b8448f263
2 changed files with 11 additions and 11 deletions

View File

@@ -39,12 +39,12 @@ var Download = Class("Download", {
</td>
<td highlight="DownloadState" key="state"/>
<td highlight="DownloadButtons Buttons">
<a highlight="Button" key="pause">{_("download.action.Pause")}</a>
<a highlight="Button" key="remove">{_("download.action.Remove")}</a>
<a highlight="Button" key="resume">{_("download.action.Resume")}</a>
<a highlight="Button" key="retry">{_("download.action.Retry")}</a>
<a highlight="Button" key="cancel">{_("download.action.Cancel")}</a>
<a highlight="Button" key="delete">{_("download.action.Delete")}</a>
<a highlight="Button" href="javascript:0" key="pause">{_("download.action.Pause")}</a>
<a highlight="Button" href="javascript:0" key="remove">{_("download.action.Remove")}</a>
<a highlight="Button" href="javascript:0" key="resume">{_("download.action.Resume")}</a>
<a highlight="Button" href="javascript:0" key="retry">{_("download.action.Retry")}</a>
<a highlight="Button" href="javascript:0" key="cancel">{_("download.action.Cancel")}</a>
<a highlight="Button" href="javascript:0" key="delete">{_("download.action.Delete")}</a>
</td>
<td highlight="DownloadProgress" key="progress">
<span highlight="DownloadProgressHave" key="progressHave"