Changeset f203746c577cb511d4af28c9b223bcf279a8715b

Show
Ignore:
Timestamp:
03/15/08 01:01:32 (10 months ago)
Author:
KRKeegan <-NOSPAM-kevin@krkeegan.com>
git-committer:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1205560892 -0700
git-parent:

[88bbc1410b52d4b669c54abc42f68c5677c3b951]

git-author:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1205560892 -0700
Message:

Prevent non-tivos from being selected

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/admin/templates/npl.tmpl

    r88bbc14 rf203746  
    1717      <select name="TiVo"> 
    1818          #for $tsn in $tivos 
    19                  <option selected="selected" value="$tivos[$tsn]">$tsn</option> 
     19                  #if $tsn != '' 
     20                 <option value="$tivos[$tsn]">$tsn</option> 
     21              #end if 
    2022          #end for 
    2123      </select>