added app persistence in search form and main page.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-04-05 01:56:51 +00:00
parent 40c1e3c4b5
commit 3190db3bfa
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<option value="E">Extensions</option>
<option value="T">Themes</option>
</select>
<input type="hidden" name="app" value="{$app}"/>
<input type="submit" value="Go"/>
</div>
</form>

View File

@ -77,6 +77,7 @@
<!-- end search-options -->
</div>
<input type="hidden" name="app" value="{$app}"/>
</form>
</div>