diff options
Diffstat (limited to 'smarty/templates/rpmphp/zoom.tpl')
-rw-r--r-- | smarty/templates/rpmphp/zoom.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index 6d13dda..a498080 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -5,6 +5,8 @@ <p>You have not specified any package name.</p> <p><label for="rpm">Please enter one package name: </label><input type="text" name="rpm" id="rpm"/> <input type="submit"/></p> </form> + {else} + <p id="error"><strong>Ooops, an error occured:</strong><br/>{$error}</p> {/if} {/if} {if $pkgdb} |