summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-01-04 12:53:44 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-01-04 12:53:44 +0000
commit7e9cab73d97732fc556967e55fc1db7f5cf24881 (patch)
tree084b3244cb1c65d8b47abef027fa2d5855bf1dc8
parenta7d39ff5060e3a08f4eafcf5a91b68af0543e4d5 (diff)
downloadxxv-7e9cab73d97732fc556967e55fc1db7f5cf24881.tar.gz
xxv-7e9cab73d97732fc556967e55fc1db7f5cf24881.tar.bz2
* html: add movetimerlist
-rw-r--r--skins/xstyle/help.tmpl2
-rw-r--r--skins/xstyle/movetimerlist.tmpl20
2 files changed, 11 insertions, 11 deletions
diff --git a/skins/xstyle/help.tmpl b/skins/xstyle/help.tmpl
index baf7fab..64e662d 100644
--- a/skins/xstyle/help.tmpl
+++ b/skins/xstyle/help.tmpl
@@ -57,7 +57,7 @@ var myBar = new WebFXMenuBar;
<?% IF allow('schema') %?>
var program = new WebFXMenu;
program.add(new WebFXMenuItem("<?% gettext("Schema") %?>", "?cmd=schema"));
- <?% IF allow('topten') %?>program.add(new WebFXMenuItem("<?% gettext("TopTen") %?>", "?cmd=t10"));<?% END %?>
+ <?% IF allow('topten') %?>program.add(new WebFXMenuItem("<?% gettext("Top ten entry") %?>", "?cmd=t10"));<?% END %?>
program.add(new WebFXMenuItem("<?% gettext("Search") %?>", "?cmd=search"));
program.add(new WebFXMenuSeparator());
<?% FOREACH group = getModule('CHANNELS').ChannelGroupsArray('Name') %?>
diff --git a/skins/xstyle/movetimerlist.tmpl b/skins/xstyle/movetimerlist.tmpl
index f3f7ced..acf2044 100644
--- a/skins/xstyle/movetimerlist.tmpl
+++ b/skins/xstyle/movetimerlist.tmpl
@@ -21,6 +21,7 @@
<?% IF enableform %?>
<input type="checkbox" value="<?% id %?>" name="<?% source %?> - <?% destination %?>" />
<?% END %?>
+ <?% PROCESS RowButtons %?>
</td>
<td>
<?% IF allow('movetimeredit') %?>
@@ -40,9 +41,6 @@
<td>
<?% action %?>
</td>
- <td>
- <?% PROCESS RowButtons %?>
- </td>
</tr>
<?% END %?>
<?% ######################################################################## %?>
@@ -53,15 +51,18 @@
<div id="navcontainer">
<ul id="navlist">
<?% IF allow('movetimercreate') %?>
- <li><a href="?cmd=movetimercreate"><?% gettext("Create a new rule to move timer") %?></a></li>
+ <li><a title="<?% gettext("Create a new rule to move timer") %?>"
+ href="?cmd=movetimercreate"><?% gettext("Create a new rule to move timer",25) %?></a></li>
<?% END %?>
<?% IF data.size > 1 %?>
<?% IF allow('movetimer') %?>
- <li><a href="?cmd=movetimer"><?% gettext("Manual move timer between channels",20) %?></a></li>
+ <li><a title="<?% gettext("Manual move timer between channels") %?>"
+ href="?cmd=movetimer"><?% gettext("Manual move timer between channels",25) %?></a></li>
<?% END %?>
<?% IF allow('movetimerdelete') %?>
- <li><a href="#" onClick="Delete('<?% gettext("You would delete follow rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)">
- <?% gettext("Delete rules to move timer") %?></a>
+ <li><a title="<?% gettext("Delete rules to move timer") %?>"
+ href="#" onClick="Delete('<?% gettext("You would delete follow rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)">
+ <?% gettext("Delete rules to move timer",25) %?></a>
</li>
<?% END %?>
<?% END %?>
@@ -79,12 +80,11 @@
<?% END %?>
<table summary="" width="95%">
- <tr><th width="20"></th>
- <th width="120"><?% gettext('Source') %?></th>
+ <tr><th width="80"><?% gettext('Service') %?></th>
+ <th><?% gettext('Source') %?></th>
<th><?% gettext('Destination')%?></th>
<th><?% gettext('Move timer') %?></th>
<th><?% gettext('Change original timer') %?></th>
- <th width="64" align="right"></th>
</tr>
<?% FOREACH zeile = data %?>
<?% IF debug;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?>